Fix s5cmd options
This commit is contained in:
parent
01dae58670
commit
3e5829918a
@ -460,7 +460,6 @@ s5cmd_sync() {
|
||||
sync "${sync_options:-}" \
|
||||
--no-follow-symlinks \
|
||||
--delete \
|
||||
"$options" \
|
||||
"'${bucket:?}'" "'${repo:?}'"
|
||||
RT=${PIPESTATUS[0]}
|
||||
if (( RT == 0 )); then
|
||||
|
Loading…
Reference in New Issue
Block a user