summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()