diff options
| author | Claus Witt <claus@wittnezz.dk> | 2010-11-24 11:06:05 +0100 | 
|---|---|---|
| committer | Claus Witt <claus@wittnezz.dk> | 2010-11-24 11:06:05 +0100 | 
| commit | a116b6f75a036aad60bd506eb76d153ce7286f72 (patch) | |
| tree | aa21a7effb1820d2e29d9bf37bbadcd43ff39ae9 /plugins/lighthouse | |
| parent | bdaf872ce6e411f881e5e6138fc61a9c1645e67a (diff) | |
| parent | 583c984a864969579a0c258528ae93f9529308d4 (diff) | |
| download | zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.tar.gz zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.tar.bz2 zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.zip  | |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/lighthouse')
| -rw-r--r-- | plugins/lighthouse/lighthouse.plugin.zsh | 4 | 
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'  | 
