... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
# Example usage: http://screencast.com/t/ZDgwNDUwNT |
5 | 5 |
open_lighthouse_ticket () { |
6 | 6 |
if [ ! -f .lighthouse-url ]; then |
7 |
- echo "There is no .lighthouse file in the current directory..." |
|
7 |
+ echo "There is no .lighthouse-url file in the current directory..." |
|
8 | 8 |
return 0; |
9 | 9 |
else |
10 | 10 |
lighthouse_url=$(cat .lighthouse-url); |
... | ... |
@@ -13,4 +13,4 @@ open_lighthouse_ticket () { |
13 | 13 |
fi |
14 | 14 |
} |
15 | 15 |
|
16 |
-alias lho='open_lighthouse_ticket' |
|
17 | 16 |
\ No newline at end of file |
17 |
+alias lho='open_lighthouse_ticket' |