Skip to content

Commit 9ec3c87

Browse files
committed
fix warning in tests
1 parent dae0803 commit 9ec3c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SOURCE_URL="$(swift stat -v "${CONTAINER_PUBLIC}" | awk '$1=="URL:"{print$2}')/$
8383
if [ "$1" = swift ]; then
8484
SOURCE_SPEC="{ container: \"${CONTAINER_PUBLIC}\", object_prefix: \"${DISAMBIGUATOR}\", ${AUTH_PARAMS} }"
8585
else
86-
SOURCE_SPEC="{ url: \"${SOURCE_URL}\" }"
86+
SOURCE_SPEC="{ url: \"${SOURCE_URL}/\" }"
8787
fi
8888

8989
################################################################################

0 commit comments

Comments
 (0)