This commit is contained in:
Paul Irish 2017-06-21 10:19:31 -07:00
parent 06b74c4821
commit c9ba476e71

View file

@ -53,7 +53,7 @@ branch=${2:-$(git symbolic-ref -q --short HEAD)}
# Split arguments on '/'
IFS='/' pathargs=($urlpath)
if (( $is_issue )); then
if (( is_issue )); then
# For issues, take the numbers and preprend 'issues/'
providerBranchRef="issues/${branch//[^0-9]/}"
else