Fix s5cmd options
This commit is contained in:
parent
01dae58670
commit
3e5829918a
1 changed files with 0 additions and 1 deletions
|
|
@ -460,7 +460,6 @@ s5cmd_sync() {
|
|||
sync "${sync_options:-}" \
|
||||
--no-follow-symlinks \
|
||||
--delete \
|
||||
"$options" \
|
||||
"'${bucket:?}'" "'${repo:?}'"
|
||||
RT=${PIPESTATUS[0]}
|
||||
if (( RT == 0 )); then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue