diff options
| author | Jack Nagel | 2013-09-05 15:25:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-05 15:29:34 -0500 |
| commit | 37cf251f8f5b7614832ef35aaa05fe4bbdce7f9f (patch) | |
| tree | 0b1b982a5f1ccdceed2dd9b681bf7d81416f7656 /Library/Formula/elixir.rb | |
| parent | ea6e8b0747082b552fba708d1c1190a06c6c1531 (diff) | |
| download | homebrew-37cf251f8f5b7614832ef35aaa05fe4bbdce7f9f.tar.bz2 | |
elixir: style nit
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index aca3f5a3b..bad455755 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -38,8 +38,8 @@ class Elixir < Formula bin.install Dir['bin/*'] - Dir['bin/*.bat'] Dir['lib/*/ebin'].each do |path| - app = File.basename(File.dirname(path)) - (lib/"#{app}").install path + app = File.basename(File.dirname(path)) + (lib/app).install path end end |
