summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-13 13:30:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commit9a59c6641eb2838d6a9bf7fca211a0d7459d767f (patch)
tree5251372dad3c2b19b368ce2dfe68d2909af79bb5 /Rakefile
parentd1443a2565b6a9298df1e588731d623454cb04e7 (diff)
downloadchef-9a59c6641eb2838d6a9bf7fca211a0d7459d767f.tar.gz
Fix chefstyle violations.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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"