From 442b099321c4c9c3380a5f649ef91066ad934c69 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Sat, 25 Jul 2015 20:30:14 +1000 Subject: [PATCH] destroy all commas --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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