Skip to content

Commit

Permalink
[COOK-2519] - allow string for priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 16, 2013
1 parent 1faae38 commit 4f002b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/repository.rb
Expand Up @@ -32,7 +32,7 @@
attribute :make_cache, :kind_of => [TrueClass, FalseClass], :default => true
attribute :includepkgs, :kind_of => String, :default => nil
attribute :exclude, :kind_of => String, :default => nil
attribute :priority, :kind_of => Integer, :default => nil
attribute :priority, :kind_of => [Integer, String], :default => nil

def initialize(*args)
super
Expand Down

0 comments on commit 4f002b9

Please sign in to comment.