summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doCommit.go b/doCommit.go
index 55d2af8..0ecc356 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -13,7 +13,7 @@ import (
)
func doCommit() error {
- if argv.All {
+ if argv.Commit.All {
found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {