From 9dc86e7e008f56e07d89d38454afc5d4f0d8f22f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Jun 2025 13:49:45 +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 99ea4ed..96f33bb 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -13,7 +13,7 @@ EOF # === CONFIGURATION === REPOS=( - "https://git.dvirlabs.com/dvir/sandbox-apps.git" + "https://git.dvirlabs.com/dvir/sandbox.git" ) WORKDIR=".tmp-repos"