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
Ohmyzsh
Commits
2f6d79b7
Commit
2f6d79b7
authored
7 years ago
by
Matthew Manuel
Committed by
Marc Cornellà
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Uppercase the issue in open issue command in the JIRA plugin
parent
10ab2911
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/jira/jira.plugin.zsh
+1
-1
plugins/jira/jira.plugin.zsh
with
1 addition
and
1 deletion
+1
-1
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
=
''
...
...
This diff is collapsed.
Click to expand it.
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