Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-21 15:02:31 -07:00
parent 42a15c0ee9
commit 8850850631
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

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