Fixes parse error caused by extraneous else

This commit is contained in:
Emily Smitley 2015-06-24 10:33:56 -07:00
commit 8c91074697

View file

@ -49,7 +49,7 @@ open_jira_issue () {
else
$open_cmd "$jira_url/browse/$jira_prefix$1"
fi
else
local addcomment=''
if [[ "$2" == "m" ]]; then
addcomment="#add-comment"