Skip to content

Commit f84ae66

Browse files
authored
Fix typo in reference to REMOVE_OLD_MODS variable (#2988)
1 parent 58face9 commit f84ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-utils

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ function ensureRemoveAllModsOff() {
445445
reason=${1?}
446446

447447
if isTrue "${REMOVE_OLD_MODS:-false}"; then
448-
log "WARNING using REMOVE_OLDS_MODS interferes with $reason -- it is now disabled"
448+
log "WARNING using REMOVE_OLD_MODS interferes with $reason -- it is now disabled"
449449
REMOVE_OLD_MODS=false
450450
fi
451451
}

0 commit comments

Comments
 (0)