Formatting updates

This commit is contained in:
Jake Champlin
2016-06-21 17:35:08 -04:00
parent 97fe2a430e
commit d59add55d0

View File

@@ -132,7 +132,7 @@ func (c *RunCommand) Run(args []string) int {
if path == "-" {
c.Ui.Error(fmt.Sprintf("Error parsing job from STDIN: %v", err))
} else {
c.Ui.Error(fmt.Sprintf("Error parsing job file %s: %s", f, err))
c.Ui.Error(fmt.Sprintf("Error parsing job file %q: %v", path, err))
}
return 1
}