0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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