bisync: fix maxDelete parameter being ignored via the rc

See: https://forum.rclone.org/t/bisync-maxdelete-api/37215
This commit is contained in:
Nick Craig-Wood 2023-04-03 11:15:59 +01:00
parent 037a6bd1b0
commit d67ef19f6e
2 changed files with 1 additions and 2 deletions

View file

@ -128,7 +128,6 @@ var commandDefinition = &cobra.Command{
ctx := context.Background()
opt := Opt
opt.applyContext(ctx)
if tzLocal {
TZ = time.Local
}