Skip to content

Commit c51145c

Browse files
committed
fix typo in rsync folder path
1 parent 05b6e17 commit c51145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws_tests.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ process_instance() {
7676
EOF
7777

7878
echo "Script executed successfully on ${INSTANCE_NAME}"
79-
mkdir -p "${PROJECT_DIR}/outputs/${INSTANCE_NAME}"
79+
mkdir -p "./outputs/${INSTANCE_NAME}"
8080
rsync -avz --partial --progress -e "${SSH_COMMAND}" \
8181
ubuntu@${PUBLIC_IP}:~/${PROJECT_DIR}/outputs/ ./outputs/${INSTANCE_NAME}/
8282

0 commit comments

Comments
 (0)