mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Changing string comparison for more zsh-like
This commit is contained in:
@@ -54,7 +54,7 @@ open_jira_issue () {
|
||||
echo "Opening issue #$1"
|
||||
fi
|
||||
|
||||
if [[ "$JIRA_RAPID_BOARD" = "true" ]]; then
|
||||
if [[ "$JIRA_RAPID_BOARD" == "true" ]]; then
|
||||
$open_cmd "$jira_url/issues/$jira_prefix$1$addcomment"
|
||||
else
|
||||
$open_cmd "$jira_url/browse/$jira_prefix$1$addcomment"
|
||||
|
||||
Reference in New Issue
Block a user