Skip to content

Commit

Permalink
Add quotes around new template names
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelercj committed Aug 28, 2023
1 parent 121ba63 commit 9a6a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ func exportDefaultTemplate() {
fmt.Fprintln(os.Stderr, fmt.Errorf("file.Write: %s", err))
os.Exit(1)
}
fmt.Fprintln(os.Stderr, "Created", name)
fmt.Fprintf(os.Stderr, "Created %q\n", name)
}

0 comments on commit 9a6a894

Please sign in to comment.