summaryrefslogtreecommitdiff
path: root/applyPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'applyPatch.go')
-rw-r--r--applyPatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/applyPatch.go b/applyPatch.go
index 2824407..52713a9 100644
--- a/applyPatch.go
+++ b/applyPatch.go
@@ -62,7 +62,7 @@ func IsValidPatch(p *forgepb.Patch) bool {
func IsAnythingDirty() bool {
me.found = new(gitpb.Repos)
findAll() // select all the repos
- doCheckDirty()
+ doCheckDirtyAndConfigSave()
me.found = new(gitpb.Repos)
findDirty()
if len(me.found.Repos) == 0 {