summaryrefslogtreecommitdiff
path: root/plugins/lighthouse/lighthouse.plugin.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2010-11-19 10:53:39 -0800
committerRobby Russell <robby@planetargon.com>2010-11-19 10:53:39 -0800
commit583c984a864969579a0c258528ae93f9529308d4 (patch)
tree3d95472c972e1918e4849a5fa6e6962c54a7b938 /plugins/lighthouse/lighthouse.plugin.zsh
parentc517f585992ec62835514a76e643ba660774c2b1 (diff)
parentab170c38ea7f3db981303afc6eb4dabe7b37711b (diff)
downloadzsh-583c984a864969579a0c258528ae93f9529308d4.tar.gz
zsh-583c984a864969579a0c258528ae93f9529308d4.tar.bz2
zsh-583c984a864969579a0c258528ae93f9529308d4.zip
Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
Diffstat (limited to 'plugins/lighthouse/lighthouse.plugin.zsh')
-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'