diff options
| author | Adam Vandenberg | 2013-01-27 14:42:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-27 14:54:49 -0800 |
| commit | 82fed18e0c4316d2418f242b2406db3f701c2199 (patch) | |
| tree | 4e6507c7c192e70af461b19cd6dd3349d0cb572a /Library/Formula/elixir.rb | |
| parent | a0264dd0fb935c2f021e6dea64986bd34c9776de (diff) | |
| download | homebrew-82fed18e0c4316d2418f242b2406db3f701c2199.tar.bz2 | |
elixir: style nits
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 8132c56f5..748781bdc 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -24,7 +24,7 @@ class Elixir < Formula head 'https://github.com/elixir-lang/elixir.git', :branch => 'stable' - depends_on ErlangInstalled.new + depends_on ErlangInstalled env :userpaths |
