From 5ff2bb41091dcc9f4ec31faa86d3063eb7e4de6c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:10:07 +0100 Subject: [PATCH] Fix typo for already updated --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 05604d51d..a0755dec3 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -905,7 +905,7 @@ check_for_gh_release() { return 0 fi - msg_error "No update available: ${app} is not installed!" + msg_ok "Already up to date: ${app} (${current})" return 1 fi