mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Default variable to blank string
This commit is contained in:
@@ -33,7 +33,7 @@ if [[ -z "${BATS_VERSION:-}" ]] ; then
|
|||||||
default_branch="$(git remote show origin | ${grep} 'HEAD branch' | cut -d ' ' -f 5)"
|
default_branch="$(git remote show origin | ${grep} 'HEAD branch' | cut -d ' ' -f 5)"
|
||||||
fi
|
fi
|
||||||
# use release_branch if not empty
|
# use release_branch if not empty
|
||||||
if [[ -n "${release_branch}" ]] ; then
|
if [[ -n "${release_branch:-}" ]] ; then
|
||||||
default_branch="${release_branch}"
|
default_branch="${release_branch}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user