Change how we detect if git flow is init.
This commit is contained in:
@@ -80,8 +80,8 @@ if [[ ! -d ${buildToolsPath} ]]; then
|
||||
fi
|
||||
|
||||
# Check if git flow is enabled
|
||||
git flow config >/dev/null 2>&1
|
||||
if [[ $? == 0 ]]
|
||||
gitFlowDevelop=`git config gitflow.branch.develop`
|
||||
if [[ ${gitFlowDevelop} != "" ]]
|
||||
then
|
||||
printf "Git flow is initialized\n"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user