sensu / uchiwa-chef

Other
33 stars 40 forks source link

f06b7944d9787d8e639d6e8d443491b8b4f0f4fb breaks default.rb #9

Closed aaduffy closed 10 years ago

aaduffy commented 10 years ago

A rubocop fix in default.rb at line 22 (https://github.com/sensu/uchiwa-chef/blob/master/recipes/default.rb#L22) replaced this line:

settings = Hash.new

with an initializer for an Array:

settings = []

This causes the default.rb recipe to fail with a TypeError "can't convert String into Integer"