Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
2f6d79b7
Commit
2f6d79b7
authored
Dec 24, 2017
by
Matthew Manuel
Committed by
Marc Cornellà
Mar 02, 2020
Browse files
Uppercase the issue in open issue command in the JIRA plugin
parent
10ab2911
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/jira/jira.plugin.zsh
View file @
2f6d79b7
...
...
@@ -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
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment