Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancisc committed Jul 24, 2024
1 parent e80179b commit 3b12bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/adm/install_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewInstallOperatorCmd() *cobra.Command {

cmd.Flags().StringVar(&commandArgs.kubeConfig, "kubeconfig", defaultKubeConfigPath, fmt.Sprintf("Path to the kubeconfig file to use (default: '%s')", defaultKubeConfigPath))
flags.MustMarkRequired(cmd, "kubeconfig")
cmd.Flags().StringVar(&commandArgs.namespace, "namespace", "", fmt.Sprintf("The namespace where the operator will be installed "))
cmd.Flags().StringVar(&commandArgs.namespace, "namespace", "", "The namespace where the operator will be installed")
flags.MustMarkRequired(cmd, "namespace")
return cmd
}
Expand Down

0 comments on commit 3b12bea

Please sign in to comment.