Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 21, 2017
1 parent 06b74c4 commit c9ba476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-open
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ba476

Please sign in to comment.