From 91fcd53a53f34c83658e1f46495751ed7e686b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Fri, 5 Sep 2025 14:16:30 +0100 Subject: [PATCH] Small text change in the update msg_ok to remove duplicate version number info --- ct/stylus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/stylus.sh b/ct/stylus.sh index 69ae4a2d..fb1addb2 100644 --- a/ct/stylus.sh +++ b/ct/stylus.sh @@ -45,7 +45,7 @@ function update_script() { msg_ok "Started $APP" msg_ok "Update Successful" else - msg_ok "No update required. ${APP} is already at v${RELEASE}." + msg_ok "No update required. Latest version already installed." fi exit }