From d1d2744f4abc2bfc14205b089ec8667395a63ff3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 25 Nov 2012 08:32:48 -0800 Subject: autojump: style nit --- Library/Formula/autojump.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3