From 8b30ed74dfda3501fa36b47247e21c3d2c7af008 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:22:59 +0100 Subject: [PATCH] core: update message for no available updates scenario (if pinned) (#9021) --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index ef93c9b21..3996752e5 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1399,7 +1399,7 @@ verify_gpg_fingerprint() { } # ============================================================================== -# EXISTING FUNCTIONS +# INSTALL FUNCTIONS # ============================================================================== # ------------------------------------------------------------------------------ @@ -1501,7 +1501,7 @@ check_for_gh_release() { return 0 fi - msg_error "No update available: ${app} is not installed!" + msg_ok "No update available: ${app} is already on pinned version (${current})" return 1 fi