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
+1 -1
View File
@@ -905,7 +905,7 @@ check_for_gh_release() {
return 0 return 0
fi fi
msg_ok "No update available: ${app} (${pin_clean})" msg_error "No update available: ${app} is not installed!"
return 1 return 1
fi fi