wait group wait clair

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-09 10:19:26 -08:00
parent 80b674945a
commit 94d0af58c1
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -130,6 +130,9 @@ func main() {
wg.Wait()
updating = false
}
if c.GlobalString("clair") != "" {
wg.Wait()
}
}
}
}()