From c9f031f8af541eda69f8827ff018a99cc7251747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:07:50 +0200 Subject: [PATCH] Fix typo (#8316) --- ct/keycloak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 48e8ab91e..be634d4a7 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "keycloak-app" "keycloak/keycloak"; then + if check_for_gh_release "keycloak_app" "keycloak/keycloak"; then msg_info "Stopping Keycloak" systemctl stop keycloak msg_ok "Stopped Keycloak"