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