Uppercase the issue in open issue command in the JIRA plugin

master
Matthew Manuel 9 years ago committed by Marc Cornellà
parent 10ab2911d3
commit 2f6d79b75d
  1. 2
      plugins/jira/jira.plugin.zsh

@ -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=''

Loading…
Cancel
Save