Fix release check (#10097)

This commit is contained in:
Chris
2025-12-17 20:31:28 -05:00
committed by GitHub
parent bc479d7ffe
commit 5e3eca2832

View File

@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_for_gh_release "scanopy" "scanopy-io/scanopy"; then
if check_for_gh_release "scanopy" "scanopy/scanopy"; then
msg_info "Stopping services"
systemctl stop scanopy-daemon scanopy-server
msg_ok "Stopped services"