We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dbc88 commit 58302f9Copy full SHA for 58302f9
scripts/start-deployPurpur
@@ -15,7 +15,7 @@ if [[ $PURPUR_DOWNLOAD_URL ]]; then
15
if ! mc-image-helper install-purpur \
16
--output-directory=/data \
17
--results-file="$resultsFile" \
18
- --url="$PURPUR_DOWNLOAD_URL}"; then
+ --url="${PURPUR_DOWNLOAD_URL}"; then
19
logError "Failed to download from custom Purpur URL"
20
exit 1
21
fi
0 commit comments