aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-02-16 13:55:15 +0000
committerMike McQuaid2015-02-16 13:55:15 +0000
commit5789a20129d154794217ac9d8a1e65201d64cbc6 (patch)
treeb03f3859733105ae249ad0b4b8ba1354ef2cdf26
parentb0de8bcc5ec0118c53e4b20dc37bd1e1ded1ffcf (diff)
downloadhomebrew-5789a20129d154794217ac9d8a1e65201d64cbc6.tar.bz2
direnv: tweak caveats.
-rw-r--r--Library/Formula/direnv.rb5
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