Commit 583c984a authored by Robby Russell's avatar Robby Russell
Browse files

Merge branch 'fix-lighthouse-error-message' of...

Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
parents c517f585 ab170c38
......@@ -4,7 +4,7 @@
# Example usage: http://screencast.com/t/ZDgwNDUwNT
open_lighthouse_ticket () {
if [ ! -f .lighthouse-url ]; then
echo "There is no .lighthouse file in the current directory..."
echo "There is no .lighthouse-url file in the current directory..."
return 0;
else
lighthouse_url=$(cat .lighthouse-url);
......@@ -13,4 +13,4 @@ open_lighthouse_ticket () {
fi
}
alias lho='open_lighthouse_ticket'
\ No newline at end of file
alias lho='open_lighthouse_ticket'
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