mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Uppercase the issue in open issue command in the JIRA plugin
This commit is contained in:
parent
10ab2911d3
commit
2f6d79b75d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue