aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_title_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_title_edit.go')
-rw-r--r--commands/bug/bug_title_edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_title_edit.go b/commands/bug/bug_title_edit.go
index fc60824f..2d6bafca 100644
--- a/commands/bug/bug_title_edit.go
+++ b/commands/bug/bug_title_edit.go
@@ -38,7 +38,7 @@ func newBugTitleEditCommand(env *execenv.Env) *cobra.Command {
}
func runBugTitleEdit(env *execenv.Env, opts bugTitleEditOptions, args []string) error {
- b, args, err := ResolveSelected(env.Backend, args)
+ b, _, err := ResolveSelected(env.Backend, args)
if err != nil {
return err
}