summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0563fc1..446e4b9 100644
--- a/main.go
+++ b/main.go
@@ -174,6 +174,10 @@ func main() {
// open the gui unless the user performed some other
// basically, if you run just 'forge' it should open the GUI
+
+ // if opening the GUI, always check git for dirty repos
+ findAll() // select all the repos
+ doCheckDirtyAndConfigSave()
doGui()
okExit("")
}