"vscode:/vscode.git/clone" did not exist on "3bb5e97762ee764170cffa6cfd1d179a1ba92ff3"
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
......@@ -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