From 58302f949025f2ff4449fd4c1036368f57a971fc Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 6 Dec 2024 09:53:47 -0600 Subject: [PATCH] Fix syntax error in start-deployPurpur (#3178) --- scripts/start-deployPurpur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-deployPurpur b/scripts/start-deployPurpur index 3a76927e..02473fe6 100755 --- a/scripts/start-deployPurpur +++ b/scripts/start-deployPurpur @@ -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