diff --git a/ct/profilarr.sh b/ct/profilarr.sh index fd89e1f..2ec30f5 100644 --- a/ct/profilarr.sh +++ b/ct/profilarr.sh @@ -32,7 +32,7 @@ function update_script() { fi setup_uv # Crawling the new version and checking whether an update is required - RELEASE=$(curl -fsSL https://api.github.com/repos/Dictionarry-Hub/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4) + RELEASE=$(curl -fsSL https://api.github.com/repos/BiluliB/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4) if [[ -z "$RELEASE" ]]; then msg_error "Failed to fetch latest release version" exit 1