diff options
| author | Jack Nagel | 2015-04-25 22:07:06 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2015-04-25 23:14:05 -0400 | 
| commit | be74724ceb0b29fb75d322be50773eb2e30b0c10 (patch) | |
| tree | 0561d28b33f67b82773f6a7537b795ce455b2b0e /Library/Homebrew/sandbox.rb | |
| parent | 606127a8f43b67a4a695a5c4d3739a44b7a577d8 (diff) | |
| download | homebrew-be74724ceb0b29fb75d322be50773eb2e30b0c10.tar.bz2 | |
Add Formula#logs
Diffstat (limited to 'Library/Homebrew/sandbox.rb')
| -rw-r--r-- | Library/Homebrew/sandbox.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/sandbox.rb b/Library/Homebrew/sandbox.rb index 37d579da5..f8988eef0 100644 --- a/Library/Homebrew/sandbox.rb +++ b/Library/Homebrew/sandbox.rb @@ -50,7 +50,7 @@ class Sandbox    end    def allow_write_log(formula) -    allow_write_path HOMEBREW_LOGS/formula.name +    allow_write_path formula.logs    end    def deny_write_homebrew_library | 
