summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 04:07:33 -0600
committerJeff Carr <[email protected]>2025-01-08 04:07:33 -0600
commit9d97b946168f7b285c9b725c93f1ef69b73ef785 (patch)
treedcc5642e8e004b2481ec71e86d5cdc6fe11bb3ee /main.go
parent8e2a557b25a82ab6a61fa71644b6f78d7c9de77f (diff)
tracked down 'dirty' not showing upv0.22.36
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("")
}