diff options
Diffstat (limited to 'applyPatch.go')
| -rw-r--r-- | applyPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applyPatch.go b/applyPatch.go index f142733..223a2d9 100644 --- a/applyPatch.go +++ b/applyPatch.go @@ -48,7 +48,7 @@ func savePatchset(pset *forgepb.Patchset) error { // re-run git CheckDirty() on everything func IsAnythingDirty() bool { doCheckDirtyAndConfigSave() - found := findDirty() + found := me.forge.FindDirty() if found.Len() == 0 { return false } else { |
