From 37cf251f8f5b7614832ef35aaa05fe4bbdce7f9f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 5 Sep 2013 15:25:42 -0500 Subject: elixir: style nit --- Library/Formula/elixir.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/elixir.rb') 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 -- cgit v1.2.3