Commit b559f2f2 authored by Paul Redmond's avatar Paul Redmond
Browse files

Correct error message.

parent 2d660161
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment