We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58face9 commit f84ae66Copy full SHA for f84ae66
scripts/start-utils
@@ -445,7 +445,7 @@ function ensureRemoveAllModsOff() {
445
reason=${1?}
446
447
if isTrue "${REMOVE_OLD_MODS:-false}"; then
448
- log "WARNING using REMOVE_OLDS_MODS interferes with $reason -- it is now disabled"
+ log "WARNING using REMOVE_OLD_MODS interferes with $reason -- it is now disabled"
449
REMOVE_OLD_MODS=false
450
fi
451
}
0 commit comments