Fix cache
diff --git a/tools/purge-github-cache.sh b/tools/purge-github-cache.sh
index bf88bf0..103264e 100755
--- a/tools/purge-github-cache.sh
+++ b/tools/purge-github-cache.sh
@@ -4,5 +4,5 @@
--header "Accept: application/vnd.github+json" \
--jq '.actions_caches[].id' \
--paginate \
- /repos/vexxhost/atmosphere-images/actions/caches |
- xargs -P10 -I {} /bin/bash -xec "gh api --method DELETE /repos/vexxhost/atmosphere-images/actions/caches/{} 2>&1 >/dev/null"
+ /repos/vexxhost/atmosphere/actions/caches |
+ xargs -P10 -I {} /bin/bash -xec "gh api --method DELETE /repos/vexxhost/atmosphere/actions/caches/{} 2>&1 >/dev/null"