summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 095de4e..25d7db4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,7 @@ Environment:
e.g. LOG_LEVEL=debug
END
-task :default => :pedant
+task default: :pedant
desc "Run specs"
task :spec do
@@ -26,7 +26,7 @@ task :spec do
end
desc "Run oc-chef-pedant\n\n#{ENV_DOCS}"
-task :pedant => :oc_pedant
+task pedant: :oc_pedant
desc "Run oc-chef-pedant with CHEF_FS set\n\n#{ENV_DOCS}"
task :cheffs do