We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df6a6e commit e7ab1b7Copy full SHA for e7ab1b7
pkg/cmd/gist/edit/edit.go
@@ -80,7 +80,7 @@ func editRun(opts *EditOptions) error {
80
81
filesToUpdate := map[string]string{}
82
83
- for true {
+ for {
84
filename := opts.Filename
85
candidates := []string{}
86
for filename, _ := range gist.Files {
0 commit comments