diff options
| author | Jonas Pfenniger | 2013-03-29 18:17:09 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 15:01:05 -0700 |
| commit | e1decc85ee0242bf7eb0dcb3a21d5509a1710380 (patch) | |
| tree | 4242a0cd50cb5acff0d204a6ecb6cf5b5d185611 /Library | |
| parent | 341b4f2ee39283dff4fd3cac69a6788168a30733 (diff) | |
| download | homebrew-e1decc85ee0242bf7eb0dcb3a21d5509a1710380.tar.bz2 | |
direnv 0.1.154
Closes #18826.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/direnv.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index dce9e8149..b0032049b 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -2,8 +2,8 @@ require 'formula' class Direnv < Formula homepage 'http://www.direnv.net' - url 'https://github.com/zimbatm/direnv/archive/v0.1.151.tar.gz' - sha1 '5cb7487602fa69e1c81e6448aec59336d1537baf' + url 'https://github.com/zimbatm/direnv/archive/v0.1.154.tar.gz' + sha1 '86a87d7d3c193666ffde47b1fe52dfb2847786ff' head 'https://github.com/zimbatm/direnv.git' @@ -13,7 +13,7 @@ class Direnv < Formula def caveats; <<-EOS.undent At the END of your ~/.bashrc or ~/.zshrc, add the following line: - eval `direnv hook $0` + eval "$(direnv hook $0)" See the wiki for docs and examples: https://github.com/zimbatm/direnv/wiki/ |
