Browse Source

Fix: missed 's' at 'actions'

Juanje Ojeda 12 years ago
parent
commit
a99a280870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/file.rb

+ 1 - 1
resources/file.rb

@@ -1,4 +1,4 @@
-action :replace # and possibly more
+actions :replace # and possibly more
 
 attribute :name, :kind_of => String, :name_attribute => true
 attribute :owner, :kind_of => String