Fix typo
This commit is contained in:
parent
15b4cb6641
commit
703d38b228
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func RemoteLabelCmd() *cobra.Command {
|
||||||
func UpdateLabelCmd() *cobra.Command {
|
func UpdateLabelCmd() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "update",
|
Use: "update",
|
||||||
Short: "Updates the campaign GitHub labels",
|
Short: "Updates the campaign's GitHub labels",
|
||||||
Args: cobra.NoArgs,
|
Args: cobra.NoArgs,
|
||||||
Run: withApp(updateLabelCmdF),
|
Run: withApp(updateLabelCmdF),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue