sht. typo!

This commit is contained in:
2024-02-23 17:18:20 +01:00
parent f8508b9d80
commit 86200819ea

View File

@@ -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