diff options
Diffstat (limited to 'commands/bug/bug_show.go')
-rw-r--r-- | commands/bug/bug_show.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/bug/bug_show.go b/commands/bug/bug_show.go index 38eda54a..ef20df2a 100644 --- a/commands/bug/bug_show.go +++ b/commands/bug/bug_show.go @@ -91,8 +91,6 @@ func runBugShow(env *execenv.Env, opts bugShowOptions, args []string) error { case "title": env.Out.Printf("%s\n", snap.Title) default: - env.Out.Println() - return fmt.Errorf("unsupported field: %s", opts.fields) } |