mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Formatting updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user