From 9a59c6641eb2838d6a9bf7fca211a0d7459d767f Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Wed, 13 May 2020 13:30:15 -0700 Subject: Fix chefstyle violations. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5d09fc1f45..e15eef5295 100644 --- a/Rakefile +++ b/Rakefile @@ -119,4 +119,4 @@ namespace :spellcheck do end end -task spellcheck: 'spellcheck:run' +task spellcheck: "spellcheck:run" -- cgit v1.2.1