summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 10:45:20 -0500
committerJeff Carr <[email protected]>2025-10-15 10:45:20 -0500
commit69c22a94c6c34bdc450cf0a9d29505ed44fd01b7 (patch)
tree62929d538e758d120c83213ddc0eac734492dd3a /main.go
parenta61e2caac0d715fd3f2037cd20442d493e493715 (diff)
wasn't saving error
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 d9d16fe..e5b3e83 100644
--- a/main.go
+++ b/main.go
@@ -76,7 +76,7 @@ func main() {
}
if argv.Commit != nil {
- doCommit()
+ s, err = doCommit()
}
if argv.Checkout != nil {