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

View File

@@ -905,7 +905,7 @@ check_for_gh_release() {
return 0 return 0
fi fi
msg_error "No update available: ${app} is not installed!" msg_ok "Already up to date: ${app} (${current})"
return 1 return 1
fi fi