From a90d64302b752092eb657a9a3770c58a9756c3f5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 05:35:14 -0500 Subject: [PATCH] fix pull --force --- doPull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()