We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae0803 commit 9ec3c87Copy full SHA for 9ec3c87
tests.sh
@@ -83,7 +83,7 @@ SOURCE_URL="$(swift stat -v "${CONTAINER_PUBLIC}" | awk '$1=="URL:"{print$2}')/$
83
if [ "$1" = swift ]; then
84
SOURCE_SPEC="{ container: \"${CONTAINER_PUBLIC}\", object_prefix: \"${DISAMBIGUATOR}\", ${AUTH_PARAMS} }"
85
else
86
- SOURCE_SPEC="{ url: \"${SOURCE_URL}\" }"
+ SOURCE_SPEC="{ url: \"${SOURCE_URL}/\" }"
87
fi
88
89
################################################################################
0 commit comments