Correct error message.

master
Paul Redmond 14 years ago
parent 2d66016102
commit b559f2f221
  1. 2
      plugins/jira/jira.plugin.zsh

@ -5,7 +5,7 @@
# jira ABC-123 # Opens an existing issue
open_jira_issue () {
if [ ! -f .jira-url ]; then
echo "There is no .jira-url file in the current directory or your home folder..."
echo "There is no .jira-url file in the current directory..."
return 0;
else
jira_url=$(cat .jira-url);

Loading…
Cancel
Save