Skip to content

Commit 8504605

Browse files
committed
Error msg format
1 parent 5934d2e commit 8504605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ari/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func ariMain(cmd *cobra.Command, args []string) int {
254254
ariContext.GoalContext.AssignGlobal("FILE", goal.NewS(path))
255255
_, err = runScript(&mainCliSystem, f)
256256
if err != nil {
257-
fmt.Fprintf(os.Stderr, "Failed to load file %s with error: %v", f, err)
257+
fmt.Fprintf(os.Stderr, "Failed to load file %q with error: %v", f, err)
258258
return 1
259259
}
260260
}

0 commit comments

Comments
 (0)