Fix typo for already updated

This commit is contained in:
CanbiZ 2025-10-29 22:10:07 +01:00 committed by GitHub
parent de828aa565
commit 5ff2bb4109
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_error "No update available: ${app} is not installed!"
msg_ok "Already up to date: ${app} (${current})"
return 1
fi