summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:22:49 -0500
committerJeff Carr <[email protected]>2025-09-03 19:22:49 -0500
commitaea7f168911df8a91357270a0eab84c4b5ff1174 (patch)
tree18d0ca1c01b71b3a5568b52f8fec1b2612d9cb72 /main.go
parent6f4ec05ccb6875aa23e3601c18973ac1759fb456 (diff)
dump more code cruft
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("")
}