branch changed

This commit is contained in:
KAiZ 2019-11-19 15:29:33 +05:30
parent 95df3632ca
commit ca6d856a5b

View file

@ -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