diff options
| author | Mike McQuaid | 2015-02-16 13:55:15 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-16 13:55:15 +0000 | 
| commit | 5789a20129d154794217ac9d8a1e65201d64cbc6 (patch) | |
| tree | b03f3859733105ae249ad0b4b8ba1354ef2cdf26 | |
| parent | b0de8bcc5ec0118c53e4b20dc37bd1e1ded1ffcf (diff) | |
| download | homebrew-5789a20129d154794217ac9d8a1e65201d64cbc6.tar.bz2 | |
direnv: tweak caveats.
| -rw-r--r-- | Library/Formula/direnv.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index 17939e68c..9b910df50 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -19,8 +19,7 @@ class Direnv < Formula      system "make", "install", "DESTDIR=#{prefix}"    end -  def caveats; <<-EOS.undent -    Finish installation by reading: https://github.com/zimbatm/direnv#setup -    EOS +  def caveats +    "Finish setup by following: https://github.com/zimbatm/direnv#setup"    end  end  | 
