diff options
| author | Adam Vandenberg | 2012-11-25 08:32:48 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 08:32:48 -0800 |
| commit | d1d2744f4abc2bfc14205b089ec8667395a63ff3 (patch) | |
| tree | 86dec9793cac6de67cae7045f855d2b336bc608d /Library | |
| parent | 3b209709febcb19ca31737cf83f315b4656ea8d6 (diff) | |
| download | homebrew-d1d2744f4abc2bfc14205b089ec8667395a63ff3.tar.bz2 | |
autojump: style nit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autojump.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index 5ba16ad9f..4ef3d4696 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -17,12 +17,10 @@ class Autojump < Formula end def caveats; <<-EOS.undent - Add the following line to your ~/.bash_profile or ~/.zshrc file (and remember to source the file to update your current session): [[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh - EOS end end |
