Skip to content

Commit d53a249

Browse files
authored
keycloak: fix update check (#8275)
1 parent 1bdd93a commit d53a249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/keycloak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function update_script() {
2727
msg_error "No ${APP} Installation Found!"
2828
exit
2929
fi
30-
if check_for_gh_release "keycloak" "keycloak/keycloak"; then
30+
if check_for_gh_release "keycloak-app" "keycloak/keycloak"; then
3131
msg_info "Stopping Keycloak"
3232
systemctl stop keycloak
3333
msg_ok "Stopped Keycloak"

0 commit comments

Comments
 (0)