aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_label.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_label.go')
-rw-r--r--commands/bug/bug_label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_label.go b/commands/bug/bug_label.go
index 554496e3..ec076922 100644
--- a/commands/bug/bug_label.go
+++ b/commands/bug/bug_label.go
@@ -24,7 +24,7 @@ func newBugLabelCommand(env *execenv.Env) *cobra.Command {
}
func runBugLabel(env *execenv.Env, args []string) error {
- b, args, err := ResolveSelected(env.Backend, args)
+ b, _, err := ResolveSelected(env.Backend, args)
if err != nil {
return err
}