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 f5b1a88 commit 2fef6c4Copy full SHA for 2fef6c4
scripts/install-fabric.sh
@@ -252,7 +252,7 @@ download() {
252
DEST_DIR="fabric-samples"
253
fi
254
echo "===> Will unpack to: ${DEST_DIR}"
255
- curl -L --retry 5 --retry-delay 3 "${URL}" | tar xz -C ${DEST_DIR}|| rc=$?
+ curl -L --retry 5 --retry-delay 3 "${URL}" | tar xz -C "${DEST_DIR}"|| rc=$?
256
if [ -n "$rc" ]; then
257
echo "==> There was an error downloading the binary file."
258
return 22
0 commit comments