From 9d97b946168f7b285c9b725c93f1ef69b73ef785 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 04:07:33 -0600 Subject: tracked down 'dirty' not showing up --- main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.go') 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("") } -- cgit v1.2.3