summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8958545..c5ecf39 100644
--- a/main.go
+++ b/main.go
@@ -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("")
}