Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlibing authored Apr 24, 2020
1 parent 21497cd commit ec01fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
fi

# Building rsync command
expr="rsync -az $ARGS"
expr="rsync -rtvz $ARGS"

if [[ -n "$PLUGIN_RECURSIVE" && "$PLUGIN_RECURSIVE" == "true" ]]; then
expr="$expr -r"
Expand Down

0 comments on commit ec01fc5

Please sign in to comment.