diff options
| -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  | 
