mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #31634 from timstclair/gubernator
Automatic merge from submit-queue Cleanup node failure message Fix missing newline
This commit is contained in:
commit
cca6d7ddd9
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user