mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fix lighthouse plugin error message
This commit is contained in:
parent
dc12853b0c
commit
ab170c38ea
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Example usage: http://screencast.com/t/ZDgwNDUwNT
|
# Example usage: http://screencast.com/t/ZDgwNDUwNT
|
||||||
open_lighthouse_ticket () {
|
open_lighthouse_ticket () {
|
||||||
if [ ! -f .lighthouse-url ]; then
|
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;
|
return 0;
|
||||||
else
|
else
|
||||||
lighthouse_url=$(cat .lighthouse-url);
|
lighthouse_url=$(cat .lighthouse-url);
|
||||||
|
|
Loading…
Reference in a new issue