Skip to content

Commit 953cbd8

Browse files
committed
fix command
1 parent 68f4332 commit 953cbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ for chunk in ${PIECES[@]}; do
105105
RSYNC_FROM="$TMP_DIR/"
106106
RSYNC_TO="trunk"
107107
fi
108-
rsync -rc RSYNC_FROM RSYNC_TO --delete --delete-excluded
108+
rsync -rc "$RSYNC_FROM" "$RSYNC_TO" --delete --delete-excluded
109109

110110
if [[ ! -d "trunk/$chunk" ]]; then # sanity check
111111
echo "➤ ERROR: '$chunk' folder does not exist"

0 commit comments

Comments
 (0)