Skip to content

Commit 00166d0

Browse files
committed
Revert "fix: use uppercase TYPE for Modrinth loader parameter"
This reverts commit eebccb3.
1 parent eebccb3 commit 00166d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export DECLARED_VERSION="$VERSION"
162162

163163
if isTrue "${VERSION_FROM_MODRINTH_PROJECTS:-}" && [[ ${MODRINTH_PROJECTS:-} ]]; then
164164
if ! VERSION=$(mc-image-helper version-from-modrinth-projects \
165-
--loader "${TYPE^^}" \
165+
--loader "${TYPE}" \
166166
--allowed-version-type "${MODRINTH_PROJECTS_DEFAULT_VERSION_TYPE:-release}" \
167167
--projects "${MODRINTH_PROJECTS}"); then
168168
logError "failed to resolve version from MODRINTH_PROJECTS: ${MODRINTH_PROJECTS}"

0 commit comments

Comments
 (0)