Skip to content

Commit

Permalink
Fix syntax error in start-deployPurpur (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Dec 6, 2024
1 parent c6dbc88 commit 58302f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-deployPurpur
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58302f9

Please sign in to comment.