From f84ae66af33d0ef753045b9b67434df1bdc895ef Mon Sep 17 00:00:00 2001 From: Pawel Date: Sun, 14 Jul 2024 16:59:07 +0200 Subject: [PATCH] Fix typo in reference to REMOVE_OLD_MODS variable (#2988) --- scripts/start-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-utils b/scripts/start-utils index 56f14db7..9649ed97 100755 --- a/scripts/start-utils +++ b/scripts/start-utils @@ -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 }