Skip to content

Commit

Permalink
Remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Nov 7, 2022
1 parent b65f923 commit 84b8ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ func parseConfig(cmd *Command, conf *proxy.Config, args []string) error {
}

conf.Instances = ics
cmd.conf = conf
return nil
}

Expand Down

0 comments on commit 84b8ddf

Please sign in to comment.