diff options
Diffstat (limited to 'commands/label.go')
-rw-r--r-- | commands/label.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label.go b/commands/label.go index 07dabfe8..08d7a78a 100644 --- a/commands/label.go +++ b/commands/label.go @@ -99,7 +99,7 @@ var labelCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(labelCmd) + RootCmd.AddCommand(labelCmd) labelCmd.Flags().BoolVarP(&labelRemove, "remove", "r", false, "Remove a label", |