Fix warning
This commit is contained in:
parent
dc7b54ae43
commit
dbfbe76ac1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user