From ca6d856a5bb909a7232ad6fd8406587f42e093eb Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 19 Nov 2019 15:29:33 +0530 Subject: [PATCH] branch changed --- Bibata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bibata.sh b/Bibata.sh index c7e58a96..9040faa7 100755 --- a/Bibata.sh +++ b/Bibata.sh @@ -4,7 +4,7 @@ BIBATA=${BIBATA:-/tmp/Bibata} REPO=${REPO:-KaizIqbal/Bibata_Cursor} REMOTE=${REMOTE:-https://github.com/${REPO}.git} -BRANCH=${BRANCH:-devlopment} +BRANCH=${BRANCH:-master} command_exists() { command -v "$@" >/dev/null 2>&1