From 019475b8daf56150b3c3932bb50e6fce09d40bcd Mon Sep 17 00:00:00 2001 From: Pawel Date: Sun, 14 Jul 2024 04:18:15 +0200 Subject: [PATCH] Fix typo in reference to REMOVE_OLD_MODS variable --- scripts/start-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-utils b/scripts/start-utils index 56f14db7347..9649ed971f5 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 }