summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/releaseBox.go b/releaseBox.go
index 1b6e5a5..9ff29fc 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -128,6 +128,7 @@ func createReleaseBox(box *gui.Node) {
if err := doRelease(); err != nil {
break
}
+ me.forge.CheckDirty()
count += 1
// never allow a loop longer than all the known repos
// this probably doesn't matter, but often this code is wrong