Cleanup node failure message

parent 033e473e
...@@ -272,7 +272,7 @@ func main() { ...@@ -272,7 +272,7 @@ func main() {
// Set the exit code if there were failures // Set the exit code if there were failures
if !exitOk { if !exitOk {
fmt.Printf("Failure: %d errors encountered.", errCount) fmt.Printf("Failure: %d errors encountered.\n", errCount)
callGubernator(*gubernator) callGubernator(*gubernator)
os.Exit(1) os.Exit(1)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment