fix pull --force

This commit is contained in:
Jeff Carr 2025-09-25 05:35:14 -05:00
parent a1f751beb2
commit a90d64302b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func doPull() error {
return nil return nil
} }
if argv.Pull.Force { if argv.Pull.Force || argv.Force {
now := time.Now() now := time.Now()
stats := me.forge.RillFuncError(rillPull) stats := me.forge.RillFuncError(rillPull)
count := me.forge.RillReload() count := me.forge.RillReload()