0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Fix lighthouse plugin error message

This commit is contained in:
Tom Stuart 2010-11-02 11:26:49 +00:00
parent dc12853b0c
commit ab170c38ea

View file

@ -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'
alias lho='open_lighthouse_ticket'