From 868489736fcf7abc0532720fa04deeae5d8471a3 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Jun 2025 13:50:19 +0300 Subject: [PATCH] Fix repo url --- automation/cloudflared-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 96f33bb..202c27b 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -13,7 +13,7 @@ EOF # === CONFIGURATION === REPOS=( - "https://git.dvirlabs.com/dvir/sandbox.git" + "https://git.dvirlabs.com/dvirlabs/sandbox.git" ) WORKDIR=".tmp-repos"