From 12659a9357fc49e34dd9fd19447ec7ad84f5c1ff Mon Sep 17 00:00:00 2001 From: HydroshieldMKII Date: Tue, 30 Sep 2025 18:13:20 -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 d14a2981..a1078f54 100755 --- a/ct/guardian.sh +++ b/ct/guardian.sh @@ -45,7 +45,7 @@ function update_script() { fi - msg_info "Updating $APP to v${RELEASE}" + msg_info "Updating $APP to ${RELEASE}" cd /tmp curl -fsSL -o "${RELEASE}.zip" "https://github.com/HydroshieldMKII/Guardian/archive/refs/tags/${RELEASE}.zip"