Skip to content

Commit

Permalink
destroy all commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Thomas committed Jul 25, 2015
1 parent 0e90f25 commit 442b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 442b099

Please sign in to comment.