bryanwb / chef-ark

An archive unpacker and installer
59 stars 20 forks source link

[FIX] Removed stray `unless` in Chef::Provider::Ark#action_install_with_make #24

Closed karmi closed 12 years ago

karmi commented 12 years ago

The current ark version fails with:

ruby -W /etc/vagrant-chef/chef-solo-2/cookbooks/ark/libraries/provider_ark.rb
/etc/vagrant-chef/chef-solo-2/cookbooks/ark/libraries/provider_ark.rb:106: syntax error, unexpected kEND
/etc/vagrant-chef/chef-solo-2/cookbooks/ark/libraries/provider_ark.rb:404: syntax error, unexpected $end, expecting kEND

This patch removes the stray unless modifier.

karmi commented 12 years ago

@bryanwb Hi, any news on this?