Skip to content
Snippets Groups Projects
Verified Commit e0a2e497 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix use wrong struct

parent d1b298f6
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ package configuration
// // Copy implements the xflags.Copyable interface.
func (s *Settings[C]) Copy(c *Settings[C]) {
s.setConfigInternal(s.config, true)
s.setConfigInternal(c.config, true)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment