Skip to content

Commit b6bfe9a

Browse files
authored
hortusfox: fix update check (#7667)
1 parent 634386e commit b6bfe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)