diff options
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
