summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/doCommit.go b/doCommit.go
index ef379a2..8ec6d45 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -13,8 +13,7 @@ import (
func doCommit() {
if argv.All {
- doCheckDirtyAndConfigSave()
- found := me.forge.FindDirty()
+ found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {
log.Info("do a commit on repo", repo.GetGoPath())