Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Nov 21, 2024
1 parent 6cbb13b commit f649dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network/switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func SwitchNetwork(networkName string, checkForRunningNode bool) {
}
var (
netConfig config.NetworkConfig
ok bool
ok bool
)
if netConfig, ok = cfg.NetworkOverrides.Config[networkName]; !ok {
slogs.Logr.Fatal("selected network does not exist in config's network override config", "network", networkName)
Expand Down

0 comments on commit f649dbd

Please sign in to comment.