Commit 2f6d79b7 authored by Matthew Manuel's avatar Matthew Manuel Committed by Marc Cornellà
Browse files

Uppercase the issue in open issue command in the JIRA plugin

parent 10ab2911
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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=''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment