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
+1 -1
View File
@@ -29,7 +29,7 @@ function update_script() {
exit exit
fi fi
if check_for_gh_release "scanopy" "scanopy-io/scanopy"; then if check_for_gh_release "scanopy" "scanopy/scanopy"; then
msg_info "Stopping services" msg_info "Stopping services"
systemctl stop scanopy-daemon scanopy-server systemctl stop scanopy-daemon scanopy-server
msg_ok "Stopped services" msg_ok "Stopped services"