diff --git a/scripts/start-deployForge b/scripts/start-deployForge index c61def5d..abd9e840 100755 --- a/scripts/start-deployForge +++ b/scripts/start-deployForge @@ -110,7 +110,7 @@ resolve_versions() { ;; RECOMMENDED) - if ! FORGE_VERSION=$(get -s --json-path ".promos['$VANILLA_VERSION-recommended']" --json-value-when-missing "" "$promosUrl"); then + if ! FORGE_VERSION=$(get --json-path ".promos['$VANILLA_VERSION-recommended']" --json-value-when-missing "" "$promosUrl"); then if ! FORGE_VERSION=$(get --json-path ".promos['$VANILLA_VERSION-latest']" --json-value-when-missing "" "$promosUrl"); then log "ERROR: Version $VANILLA_VERSION is not supported by Forge" log " Refer to http://files.minecraftforge.net/ for supported versions"