Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
🚑 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DuGlaser committed Apr 16, 2021
1 parent 4dc71d0 commit 9137af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icurl/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Excutor(t string) {
if a == "--editor" {
content, _ := launch()
var buf bytes.Buffer
json.Compac(&buf, content)
json.Compact(&buf, content)

arg[i] = fmt.Sprintf("'%s'", buf.String())
}
Expand Down

0 comments on commit 9137af7

Please sign in to comment.