Change message for no update available case

This commit is contained in:
CanbiZ 2025-10-23 10:49:26 +02:00 committed by GitHub
parent c08af276e4
commit c4a30085fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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