chore: update repo references from ZertoPublic to recklessop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin
2026-04-12 20:33:02 -04:00
parent b7b9f6191d
commit fd9a5926c0
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
echo "==> [02-zroc] Setting up zROC installation"
INSTALL_DIR=/opt/zroc
ZROC_REPO="https://github.com/ZertoPublic/zroc.git"
ZROC_REPO="https://github.com/recklessop/zroc.git"
git clone --depth=1 "$ZROC_REPO" "$INSTALL_DIR"