mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +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()
|
||||
o.Flush()
|
||||
close(validationResults)
|
||||
logWG.Wait()
|
||||
o.Flush()
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue