diff --git a/main.go b/main.go index ea5101f..e3ff49c 100644 --- a/main.go +++ b/main.go @@ -194,9 +194,9 @@ func main() { } debug("Done. New image created.") - signals <- os.Interrupt - wg.Wait() // print our new history export.PrintHistory() + signals <- os.Interrupt + wg.Wait() }