From e2e63cf31935b7e634a2439245e6367c2d6bb268 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:15:37 +0200 Subject: [PATCH] komga: fix update check (#8285) --- ct/komga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/komga.sh b/ct/komga.sh index 36a6c3376..c6e3c1c66 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "komga" "gotson/komga"; then + if check_for_gh_release "komga-org" "gotson/komga"; then msg_info "Stopping Service" systemctl stop komga msg_ok "Stopped Service"