Skip to content

Commit

Permalink
fix bug where options are required for install to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rouanw committed Nov 9, 2016
1 parent a6ea7fc commit a87e7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewpack
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def install_formulae formulae
end

def install
options = $default_options.merge($user_packages['options'])
options = $user_packages['options'] ? $default_options.merge($user_packages['options']) : $default_options

STDOUT.puts 'Tidying homebrew'

Expand Down

0 comments on commit a87e7fb

Please sign in to comment.