Skip to content

Commit

Permalink
chore: cleanup circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 27, 2024
1 parent 6c3ecdb commit d91bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If you know what you're doing, you can run evcc ignoring the service database wi
return err
}

func configureCircuits(conf []config.Named, names ...string) error {
func configureCircuits(conf []config.Named) error {
// migrate settings
if settings.Exists(keys.Circuits) {
if err := settings.Yaml(keys.Circuits, new([]map[string]any), &conf); err != nil {
Expand Down

0 comments on commit d91bac9

Please sign in to comment.