From 4a3455fa608505971a0591f537a2df6091531c6d Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sun, 18 Jun 2023 13:13:34 -0400 Subject: [PATCH] #258 luacheck fix --- ccmsi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmsi.lua b/ccmsi.lua index 1f8c886..bacba6f 100644 --- a/ccmsi.lua +++ b/ccmsi.lua @@ -29,7 +29,7 @@ local repo_path = "http://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada local opts = { ... } local mode = nil local app = nil -local target = "main" +local target = nil -- record the local installation manifest ---@param manifest table