Fix typo for already updated
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Close Discussion on PR Merge / close-discussion (push) Waiting to run
Sync to Gitea / sync (push) Waiting to run

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