Skip to content

Commit

Permalink
name attributes should not have a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Nov 10, 2011
1 parent f123788 commit ac41963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/resources/zipfile.rb
Expand Up @@ -22,7 +22,7 @@

actions :unzip # TODO , :zip

attribute :path, :kind_of => String, :default => ".", :name_attribute => true
attribute :path, :kind_of => String, :name_attribute => true
attribute :source, :kind_of => String
attribute :overwrite, :kind_of => [ TrueClass, FalseClass ], :default => false

Expand Down

0 comments on commit ac41963

Please sign in to comment.