Skip to content

Commit

Permalink
Update karmadactl.go
Browse files Browse the repository at this point in the history
Format
  • Loading branch information
helen-frank committed Oct 16, 2022
1 parent d869443 commit fe568f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/karmadactl/karmadactl.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func NewKarmadaCtlCommand(cmdUse, parentCommand string) *cobra.Command {
Commands: []*cobra.Command{
NewCmdCordon(f, parentCommand),
NewCmdUncordon(f, parentCommand),
NewCmdTaint(f, parentCommand),
NewCmdTaint(f, parentCommand),
},
},
{
Expand Down

0 comments on commit fe568f8

Please sign in to comment.