diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 19:22:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 19:22:49 -0500 |
| commit | aea7f168911df8a91357270a0eab84c4b5ff1174 (patch) | |
| tree | 18d0ca1c01b71b3a5568b52f8fec1b2612d9cb72 /main.go | |
| parent | 6f4ec05ccb6875aa23e3601c18973ac1759fb456 (diff) | |
dump more code cruft
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("") } |
