Skip to content
Snippets Groups Projects
Commit dbfbe76a authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix warning

parent dc7b54ae
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ module Homebrew
ARGV.casks.each do |c|
cmd = "brew", "cask", "install", c
ohai cmd.join " "
system *cmd
system(*cmd)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment