Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit edff3c6

Browse files
author
Ian Macphail
committed
[[ Prebuilts ]] Add missing source folder argument to upload rsync command
1 parent a464490 commit edff3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prebuilt/upload-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ i=0
2323
false
2424
while [ $? -ne 0 -a $i -lt $UPLOAD_MAX_RETRIES ] ; do
2525
i=$(($i+1))
26-
rsync -v --progress --chmod=ug=rw,o=r --partial --files-from=prebuilts-upload-files.txt "${UPLOAD_SERVER}:${UPLOAD_FOLDER}"
26+
rsync -v --progress --chmod=ug=rw,o=r --partial --files-from=prebuilts-upload-files.txt . "${UPLOAD_SERVER}:${UPLOAD_FOLDER}"
2727
done
2828
rc=$?
2929
if [ $rc -ne 0 ]; then

0 commit comments

Comments
 (0)