lib/berkshelf.rb in berkshelf-7.0.10 vs lib/berkshelf.rb in berkshelf-7.1.0

- old
+ new

@@ -167,10 +167,10 @@ if !ridley_options[:client_key] || ridley_options[:client_key].to_s =~ /^\s*$/ raise ChefConnectionError, "Missing required attribute in your Berkshelf configuration: chef.client_key" end - RidleyCompat.new_client(ridley_options, &block) + RidleyCompat.new_client(**ridley_options, &block) rescue ChefConnectionError, BerkshelfError raise rescue => ex log.exception(ex) raise ChefConnectionError, ex # todo implement