Update start-deployPaper (#2216)

This commit is contained in:
Craig J Smith 2023-06-14 05:15:02 -07:00 committed by GitHub
parent 8d53e82b33
commit 6359b5ce42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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