summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:06:08 -0500
committerJeff Carr <[email protected]>2025-09-03 19:06:08 -0500
commit6f4ec05ccb6875aa23e3601c18973ac1759fb456 (patch)
treeca3e484177c2283588575451dd8915a0e57f039e /doPull.go
parente896cae995a1d0be5f172bf856b732b5fbf14017 (diff)
common code moved to forgepb
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 {