From e7ab1b753eac35141f3d74cede3dc06397dbca74 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 14 Sep 2020 11:05:26 -0500 Subject: [PATCH] linter appeasement --- pkg/cmd/gist/edit/edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/gist/edit/edit.go b/pkg/cmd/gist/edit/edit.go index 097cfad6b..3480993f5 100644 --- a/pkg/cmd/gist/edit/edit.go +++ b/pkg/cmd/gist/edit/edit.go @@ -80,7 +80,7 @@ func editRun(opts *EditOptions) error { filesToUpdate := map[string]string{} - for true { + for { filename := opts.Filename candidates := []string{} for filename, _ := range gist.Files {