Skip to content

Commit

Permalink
Merge pull request karmada-io#4807 from whitewindmills/rename-use-kub…
Browse files Browse the repository at this point in the history
…ectl-karmada

rename the use of kubectl-karmada
  • Loading branch information
karmada-bot authored Apr 7, 2024
2 parents b0da31a + e54f946 commit f369c55
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 f369c55

Please sign in to comment.