Skip to content

Commit

Permalink
luajit: Rubocop nit
Browse files Browse the repository at this point in the history
Closes #2920.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed Jul 12, 2016
1 parent a903187 commit bffb166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/luajit.rb
Expand Up @@ -67,7 +67,7 @@ def install
end

# Having an empty Lua dir in lib/share can mess with other Homebrew Luas.
%W[ #{lib}/lua #{share}/lua ].each { |d| rm_rf d }
%W[#{lib}/lua #{share}/lua].each { |d| rm_rf d }
end

test do
Expand Down

0 comments on commit bffb166

Please sign in to comment.