From dbd74afbe6dd1f921b1a6c4267aa7bedba4001ab Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 27 May 2023 23:53:20 -0400 Subject: [PATCH] #242 update per luacheck --- ccmsi.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ccmsi.lua b/ccmsi.lua index 8a87bfa..a8fff8a 100644 --- a/ccmsi.lua +++ b/ccmsi.lua @@ -20,7 +20,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. local function println(message) print(tostring(message)) end local function print(message) term.write(tostring(message)) end -local CCMSI_VERSION = "v1.1" +local CCMSI_VERSION = "v1.2" local install_dir = "/.install-cache" local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/" @@ -123,7 +123,6 @@ if mode == "check" then -- GET REMOTE MANIFEST -- ------------------------- - if opts[2] then repo_path = repo_path .. opts[2] .. "/" else repo_path = repo_path .. "main/" end if opts[2] then manifest_path = manifest_path .. opts[2] .. "/" else manifest_path = manifest_path .. "main/" end local install_manifest = manifest_path .. "install_manifest.json"