Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Fix regression when printing final history
Browse files Browse the repository at this point in the history
File size estimates were lost because we delete the temp dir too
early.
  • Loading branch information
jwilder committed Aug 14, 2014
1 parent 1348957 commit 959bc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit 959bc3c

Please sign in to comment.