summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 19:43:19 -0600
committerJeff Carr <[email protected]>2025-02-01 19:43:19 -0600
commit260f4c67e701dd4215fab516e4d883eaacf57e3f (patch)
tree45537732fcb5391c44528df66c0ca37af1602752 /main.go
parentd608c36c28ba302cd74010d648cdbbc17a2b2e5e (diff)
save config on dirty doClean() exit
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index a47f4a8..0100a9d 100644
--- a/main.go
+++ b/main.go
@@ -111,6 +111,7 @@ func main() {
if err := doClean(); err != nil {
badExit(err)
}
+ me.forge.ConfigSave()
okExit("")
}