mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-20 02:17:01 +00:00
fix - ensure summary is printed at the end
This commit is contained in:
parent
d94b0abf64
commit
d5da392bcf
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -211,9 +211,9 @@ func realMain() int {
|
||||||
}
|
}
|
||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
o.Flush()
|
|
||||||
close(validationResults)
|
close(validationResults)
|
||||||
logWG.Wait()
|
logWG.Wait()
|
||||||
|
o.Flush()
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue