From 4a467864d544fc5aec06acdbb641ee58fa0c8c37 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 15 Sep 2020 15:22:28 -0500 Subject: [PATCH] linter appeasement --- pkg/cmd/gist/list/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/gist/list/list.go b/pkg/cmd/gist/list/list.go index 1040d5f87..5e22e267b 100644 --- a/pkg/cmd/gist/list/list.go +++ b/pkg/cmd/gist/list/list.go @@ -96,7 +96,7 @@ func listRun(opts *ListOptions) error { description := gist.Description if description == "" { - for filename, _ := range gist.Files { + for filename := range gist.Files { if !strings.HasPrefix(filename, "gistfile") { description = filename break