From 9b1c5d4af004ac54e139bc04ae910ffcd4229f5e Mon Sep 17 00:00:00 2001 From: HydroshieldMKII Date: Tue, 30 Sep 2025 18:11:59 -0400 Subject: [PATCH] Fix update message to display version without 'v' prefix --- ct/guardian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/guardian.sh b/ct/guardian.sh index 4b67897b..d14a2981 100755 --- a/ct/guardian.sh +++ b/ct/guardian.sh @@ -83,7 +83,7 @@ function update_script() { msg_ok "Update Successful" else - msg_ok "No update required. ${APP} is already at v${RELEASE}" + msg_ok "No update required. ${APP} is already at ${RELEASE}" fi exit }