We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934d2e commit 8504605Copy full SHA for 8504605
cmd/ari/root.go
@@ -254,7 +254,7 @@ func ariMain(cmd *cobra.Command, args []string) int {
254
ariContext.GoalContext.AssignGlobal("FILE", goal.NewS(path))
255
_, err = runScript(&mainCliSystem, f)
256
if err != nil {
257
- fmt.Fprintf(os.Stderr, "Failed to load file %s with error: %v", f, err)
+ fmt.Fprintf(os.Stderr, "Failed to load file %q with error: %v", f, err)
258
return 1
259
}
260
0 commit comments