Fix typo in reference to REMOVE_OLD_MODS variable (#2988)

This commit is contained in:
Pawel 2024-07-14 16:59:07 +02:00 committed by GitHub
parent 58face9c1b
commit f84ae66af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -445,7 +445,7 @@ function ensureRemoveAllModsOff() {
reason=${1?}
if isTrue "${REMOVE_OLD_MODS:-false}"; then
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"
REMOVE_OLD_MODS=false
fi
}