Skip to content

Commit e2e63cf

Browse files
authored
komga: fix update check (#8285)
1 parent 4a7648d commit e2e63cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/komga.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 "komga" "gotson/komga"; then
30+
if check_for_gh_release "komga-org" "gotson/komga"; then
3131
msg_info "Stopping Service"
3232
systemctl stop komga
3333
msg_ok "Stopped Service"

0 commit comments

Comments
 (0)