From 6359b5ce4232c33cd79ccf3fab2a649cff671480 Mon Sep 17 00:00:00 2001 From: Craig J Smith Date: Wed, 14 Jun 2023 05:15:02 -0700 Subject: [PATCH] Update start-deployPaper (#2216) --- scripts/start-deployPaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-deployPaper b/scripts/start-deployPaper index e359bee..a72f7ab 100755 --- a/scripts/start-deployPaper +++ b/scripts/start-deployPaper @@ -17,7 +17,7 @@ elif [[ $PAPER_DOWNLOAD_URL ]]; then if ! mc-image-helper install-paper \ --output-directory=/data \ --results-file="$resultsFile" \ - --url="$PAPER_DOWNLOAD_URL}"; then + --url="$PAPER_DOWNLOAD_URL"; then log "ERROR: failed to download from custom PaperMC URL" exit 1 fi