Fix syntax error in start-deployPurpur (#3178)

This commit is contained in:
Geoff Bourne
2024-12-06 09:53:47 -06:00
committed by GitHub
parent c6dbc88ea9
commit 58302f9490

View File

@@ -15,7 +15,7 @@ if [[ $PURPUR_DOWNLOAD_URL ]]; then
if ! mc-image-helper install-purpur \
--output-directory=/data \
--results-file="$resultsFile" \
--url="$PURPUR_DOWNLOAD_URL}"; then
--url="${PURPUR_DOWNLOAD_URL}"; then
logError "Failed to download from custom Purpur URL"
exit 1
fi