lib/stove/plugins/community.rb in stove-3.2.6 vs lib/stove/plugins/community.rb in stove-3.2.7

- old
+ new

@@ -10,9 +10,9 @@ validate(:key) do Config.key end run('Publishing the release to the Chef community site') do - Community.upload(cookbook) + Community.upload(cookbook, options[:extended_metadata]) end end end