fix pull --force
This commit is contained in:
parent
a1f751beb2
commit
a90d64302b
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue