]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/resources/package.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / nodejs / resources / package.rb
index 9d30c164fcb032f6ba00b1861496ff86d5d81d5f..b5024147acc891f509a64d3805adda1e9454641a 100644 (file)
@@ -21,7 +21,7 @@ require "json"
 
 default_action :install
 
-property :package, :kind_of => String, :name_attribute => true
+property :package, :kind_of => String, :name_property => true
 property :version, :kind_of => String
 
 action :install do