Uppercase the issue in open issue command in the JIRA plugin

This commit is contained in:
Matthew Manuel 2017-12-24 18:59:04 +11:00 committed by Marc Cornellà
parent 10ab2911d3
commit 2f6d79b75d

View file

@ -67,7 +67,7 @@ function jira() {
local issue_arg=$(git rev-parse --abbrev-ref HEAD)
local issue="${jira_prefix}${issue_arg}"
else
local issue_arg=$action
local issue_arg=${(U)action}
local issue="${jira_prefix}${issue_arg}"
fi
local url_fragment=''