diff --git a/pkg/cmd/gist/view/view.go b/pkg/cmd/gist/view/view.go index c221a0267..176d565ef 100644 --- a/pkg/cmd/gist/view/view.go +++ b/pkg/cmd/gist/view/view.go @@ -194,7 +194,7 @@ func promptGists(client *http.Client, cs *iostreams.ColorScheme) (gistID string, for i, gist := range gists { gistIDs[i] = gist.ID - description := "" + description := "" gistName := "" if gist.Description != "" {