summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2019-07-12 15:56:00 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2019-07-12 15:56:00 +0530
commitfc851a6305f997f67b9ae79ed0297ebe5346baeb (patch)
tree2d0f5f8a994c77857f0762b298e0870eafa49929 /Rakefile
parent4c29ca61656c1698b944fa57453569bd2b885821 (diff)
downloadmixlib-cli-fc851a6305f997f67b9ae79ed0297ebe5346baeb.tar.gz
Fix chefstyle
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 199e0ce..bcbe224 100644
--- a/Rakefile
+++ b/Rakefile
@@ -38,4 +38,4 @@ task :console do
IRB.start
end
-task default: [:spec, :style]
+task default: %i{spec style}