diff --git a/pkg/cmd/gist/edit/edit.go b/pkg/cmd/gist/edit/edit.go index b85118937..e0d6e3b84 100644 --- a/pkg/cmd/gist/edit/edit.go +++ b/pkg/cmd/gist/edit/edit.go @@ -113,7 +113,6 @@ func editRun(opts *EditOptions) error { } gist, err := shared.PromptGists(opts.Prompter, client, host, cs) - if err != nil { return err }