Skip to content

Commit 58302f9

Browse files
authored
Fix syntax error in start-deployPurpur (#3178)
1 parent c6dbc88 commit 58302f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-deployPurpur

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $PURPUR_DOWNLOAD_URL ]]; then
1515
if ! mc-image-helper install-purpur \
1616
--output-directory=/data \
1717
--results-file="$resultsFile" \
18-
--url="$PURPUR_DOWNLOAD_URL}"; then
18+
--url="${PURPUR_DOWNLOAD_URL}"; then
1919
logError "Failed to download from custom Purpur URL"
2020
exit 1
2121
fi

0 commit comments

Comments
 (0)