From d7a240efba8f8d888a54bc3f0522617a67e269e4 Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 12 May 2026 12:13:47 -0300 Subject: [PATCH] =?UTF-8?q?#exposec=20-=20ajustado=20a=20branch=20padr?= =?UTF-8?q?=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 752c1b3..9130f6e 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ NC='\033[0m' # ─── Repositório Git ────────────────────────────────────────── INSTALL_DIR="attendancesystem" -BRANCH="${BRANCH:-origin/exposec}" +BRANCH="${BRANCH:-exposec}" ENV_FILE="" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"