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

Commit e43339f

Browse files
authored
fix: add quotes to SRC_PATH argument (#982)
1 parent a919717 commit e43339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elif [ ! -d "$DEVSTACK_WORKSPACE" ]; then
1111
fi
1212

1313
# Copy the test course tarball into the studio container
14-
docker cp ${DEVSTACK_WORKSPACE}/edx-e2e-tests/upload_files/course.tar.gz "$(make --silent --no-print-directory dev.print-container.studio)":/tmp/
14+
docker cp "${DEVSTACK_WORKSPACE}/edx-e2e-tests/upload_files/course.tar.gz" "$(make --silent --no-print-directory dev.print-container.studio)":/tmp/
1515

1616
# Extract the test course tarball
1717
docker-compose exec -T studio bash -e -c 'cd /tmp && tar xzf course.tar.gz'

0 commit comments

Comments
 (0)