diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ func main() { // basically, if you run just 'forge' it should open the GUI // if opening the GUI, always check git for dirty repos - doCheckDirtyAndConfigSave() + me.forge.CheckDirty() doGui() okExit("") } |
