fix: drop extra brace in Forge/NeoForge FORCE_REINSTALL defaults (#4249)

Co-authored-by: LCB <me@lbellows.com>
This commit is contained in:
LB
2026-08-31 20:38:44 -05:00
committed by GitHub
co-authored by LCB
parent 235be828d8
commit dd7644daf5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
: "${FORGE_VERSION:=${FORGEVERSION:-RECOMMENDED}}" : "${FORGE_VERSION:=${FORGEVERSION:-RECOMMENDED}}"
: "${FORGE_FORCE_REINSTALL:=false}}" : "${FORGE_FORCE_REINSTALL:=false}"
# shellcheck source=start-utils # shellcheck source=start-utils
. "${SCRIPTS:-$(dirname "$0")}/start-utils" . "${SCRIPTS:-$(dirname "$0")}/start-utils"
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
: "${NEOFORGE_VERSION:=latest}" : "${NEOFORGE_VERSION:=latest}"
: "${NEOFORGE_FORCE_REINSTALL:=false}}" : "${NEOFORGE_FORCE_REINSTALL:=false}"
: "${NEOFORGE_INSTALLER:=}" : "${NEOFORGE_INSTALLER:=}"
# shellcheck source=start-utils # shellcheck source=start-utils