From 69e192fe14cb90f8ebfb1be0db468e5cc0ff690d Mon Sep 17 00:00:00 2001
From: vipul <vipul.v@subcom.tech>
Date: Mon, 20 May 2024 16:05:29 +0530
Subject: [PATCH] chore: ready for main release

---
 setup-debian.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-debian.sh b/setup-debian.sh
index 79d06e0e..c61c33c7 100755
--- a/setup-debian.sh
+++ b/setup-debian.sh
@@ -123,7 +123,7 @@ ensure_dependencies
 
 # Variables
 PROJECT_PATH="/home/admin/shepherd-enterprise"
-GIT_BRANCH="patch-fix-storage-cleanup"
+GIT_BRANCH="main"
 
 ENV_SHEPHERD_PATH="$PROJECT_PATH/.env.shepherd"
 ENV_CLIENT_PATH="$PROJECT_PATH/.env.client"
-- 
GitLab