Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed May 23, 2024
1 parent 3d5f26d commit 44b29b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ func main() {
TimeEncoder: zapcore.ISO8601TimeEncoder,
}
flag.StringVar(&kubecontext, "kubecontext", "", "The context to use from the kubeconfig (defaults to current-context)")
flag.BoolVar(&metal3Integration, "enable-metal3-maintenance", false, "Enables an additional controller that manages reboot annotations on metal3 BareMetalHost objects")
flag.BoolVar(&metal3Integration, "enable-metal3-maintenance", false,
"Enables an additional controller that manages reboot annotations on metal3 BareMetalHost objects")
opts.BindFlags(flag.CommandLine)
flag.Parse()

Expand Down

0 comments on commit 44b29b2

Please sign in to comment.