just hide empty descriptions
This commit is contained in:
parent
00e8c07021
commit
39718cd5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ func promptGists(client *http.Client, cs *iostreams.ColorScheme) (gistID string,
|
|||
|
||||
for i, gist := range gists {
|
||||
gistIDs[i] = gist.ID
|
||||
description := "<no description>"
|
||||
description := ""
|
||||
gistName := ""
|
||||
|
||||
if gist.Description != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue