diff --git a/Rakefile b/Rakefile index 541887d..c321d90 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ namespace :style do desc 'Run Chef style checks' FoodCritic::Rake::LintTask.new(:chef) do |t| t.options = { - fail_tags: ['any'], + fail_tags: ['any'] } end end