From 86200819ea38e2ff1c283c397e185f195e7b4286 Mon Sep 17 00:00:00 2001 From: Frederick Meisel Date: Fri, 23 Feb 2024 17:18:20 +0100 Subject: [PATCH] sht. typo! --- updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.lua b/updater.lua index 21b6dc5..20bc901 100644 --- a/updater.lua +++ b/updater.lua @@ -142,7 +142,7 @@ function downloadRepo(repo, target, automatic) end local replaceMode="ask" - if auto == true then replaceMode = "always" end + if automatic == true then replaceMode = "always" end for i=1,#files do local replace=nil if filesystem.exists(target..files[i]) then