From c4a30085fbd9ea6898f2b5b13f6c586cc34ce63e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:49:26 +0200 Subject: [PATCH] Change message for no update available case --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index b62bc3aa7..87f8e32d1 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -905,7 +905,7 @@ check_for_gh_release() { return 0 fi - msg_ok "No update available: ${app} (${pin_clean})" + msg_error "No update available: ${app} is not installed!" return 1 fi