From 8623e9cdd9e69c0959b4c3f9d9dad4ef6ae691aa Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 04:05:18 -0400 Subject: [PATCH] iteration --- install.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/install.lua b/install.lua index 7a8fa28..f630088 100644 --- a/install.lua +++ b/install.lua @@ -13,7 +13,6 @@ function download_lua(remote_path, local_path) file = fs.open(local_path, "w") file.write(response.readAll()) file.close() - end else io.write("Failed to update " .. program_name .. ".lua\n") io.write(response)