summaryrefslogtreecommitdiff
path: root/plugins/lighthouse
diff options
context:
space:
mode:
authorTom Stuart <tom@therye.org>2010-11-02 11:26:49 +0000
committerTom Stuart <tom@therye.org>2010-11-02 11:26:49 +0000
commitab170c38ea7f3db981303afc6eb4dabe7b37711b (patch)
tree1346ee8d5c5a43a0e831fd7cb4ad5794d0ef1dce /plugins/lighthouse
parentdc12853b0c3e5af9e42f44cb9efdf57d44d20711 (diff)
downloadzsh-ab170c38ea7f3db981303afc6eb4dabe7b37711b.tar.gz
zsh-ab170c38ea7f3db981303afc6eb4dabe7b37711b.tar.bz2
zsh-ab170c38ea7f3db981303afc6eb4dabe7b37711b.zip
Fix lighthouse plugin error message
Diffstat (limited to 'plugins/lighthouse')
-rw-r--r--plugins/lighthouse/lighthouse.plugin.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lighthouse/lighthouse.plugin.zsh b/plugins/lighthouse/lighthouse.plugin.zsh
index 4eb06a997..7661c6add 100644
--- a/plugins/lighthouse/lighthouse.plugin.zsh
+++ b/plugins/lighthouse/lighthouse.plugin.zsh
@@ -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'