Skip to content

Commit c9f031f

Browse files
authored
Fix typo (#8316)
1 parent 9ba1e00 commit c9f031f

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-app" "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)