forked from TrueCloudLab/rclone
bisync: fix maxDelete parameter being ignored via the rc
See: https://forum.rclone.org/t/bisync-maxdelete-api/37215
This commit is contained in:
parent
037a6bd1b0
commit
d67ef19f6e
2 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,6 @@ var commandDefinition = &cobra.Command{
|
|||
ctx := context.Background()
|
||||
opt := Opt
|
||||
opt.applyContext(ctx)
|
||||
|
||||
if tzLocal {
|
||||
TZ = time.Local
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue