summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 05:35:14 -0500
committerJeff Carr <[email protected]>2025-09-25 05:35:14 -0500
commita90d64302b752092eb657a9a3770c58a9756c3f5 (patch)
treeaea8bd6dfffed60db3283b9b4c3531fd9f3e0402
parenta1f751beb2bb8ba459c5bb250916eebae11229f8 (diff)
fix pull --forcev0.25.22
-rw-r--r--doPull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index 209edb2..e6e8525 100644
--- a/doPull.go
+++ b/doPull.go
@@ -43,7 +43,7 @@ func doPull() error {
return nil
}
- if argv.Pull.Force {
+ if argv.Pull.Force || argv.Force {
now := time.Now()
stats := me.forge.RillFuncError(rillPull)
count := me.forge.RillReload()