From 96db709ced9eeba8b9a4c82ea2e760f42f8abc6e Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 19 Feb 2024 20:24:30 -0500 Subject: [PATCH] ccmsi print fix --- ccmsi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmsi.lua b/ccmsi.lua index 29045f8..432bbef 100644 --- a/ccmsi.lua +++ b/ccmsi.lua @@ -342,7 +342,7 @@ elseif mode == "install" or mode == "update" then ver.lockbox.v_remote = manifest.versions.lockbox green() - if mode == "install" then println("Installing ") else println("Updating ") end + if mode == "install" then print("Installing ") else print("Updating ") end println(app.." files...");white() ver.boot.changed = show_pkg_change("bootldr", ver.boot)