Skip to content

Commit

Permalink
rename the use of kubectl-karmada
Browse files Browse the repository at this point in the history
Signed-off-by: whitewindmills <[email protected]>
  • Loading branch information
whitewindmills committed Apr 7, 2024
1 parent b0da31a commit e54f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-karmada/kubectl-karmada.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

func main() {
cmd := karmadactl.NewKarmadaCtlCommand("karmada", "kubectl karmada")
cmd := karmadactl.NewKarmadaCtlCommand("kubectl-karmada", "kubectl karmada")
if err := cli.RunNoErrOutput(cmd); err != nil {
util.CheckErr(err)
}
Expand Down

0 comments on commit e54f946

Please sign in to comment.