Skip to content

Commit

Permalink
Use backticks to avoid escaping double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale authored May 9, 2023
1 parent 8cb58ba commit eb6c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func init() {
func packRun(flags packFlags) error {

if flags.buildpackTOMLPath == "" && flags.extensionTOMLPath == "" {
return fmt.Errorf("\"buildpack\" or \"extension\" flag is required")
return fmt.Errorf(`"buildpack" or "extension" flag is required`)
}

tmpDir, err := os.MkdirTemp("", "dup-dest")
Expand Down

0 comments on commit eb6c819

Please sign in to comment.