summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index c3c0870..098bd31 100644
--- a/doPull.go
+++ b/doPull.go
@@ -64,7 +64,7 @@ func doGitPullNew() error {
check := gitpb.NewRepos()
if argv.Pull.Dirty != nil {
- check = findDirty()
+ check = me.forge.FindDirty()
}
if argv.Pull.Patches != nil {