This commit is contained in:
Emily Smitley 2015-06-24 17:34:58 +00:00
commit 2e0b9612bf

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"