From 5f2c34374babf5749f2701a10cd81800b41fc908 Mon Sep 17 00:00:00 2001 From: Eric Hudon Date: Sun, 18 Mar 2018 17:10:34 -0400 Subject: Change the br action to branch to be more explicit. (#6678) --- plugins/jira/jira.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/jira/jira.plugin.zsh') diff --git a/plugins/jira/jira.plugin.zsh b/plugins/jira/jira.plugin.zsh index 0340dd7f4..052481a60 100644 --- a/plugins/jira/jira.plugin.zsh +++ b/plugins/jira/jira.plugin.zsh @@ -60,7 +60,7 @@ function jira() { else # Anything that doesn't match a special action is considered an issue name # but `branch` is a special case that will parse the current git branch - if [[ "$action" == "br" ]]; then + if [[ "$action" == "branch" ]]; then local issue_arg=$(git rev-parse --abbrev-ref HEAD) local issue="${jira_prefix}${issue_arg}" else -- cgit v1.2.3-70-g09d2