summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
commit388576b19fce39303c5d444eb787c7eb89aee994 (patch)
treed54e7f597b2c0922b1185392578f6eb9ca414513 /Rakefile
parentf27950943f07e7ccda01a03ff728e1d1aca3513e (diff)
downloadchef-zero-388576b19fce39303c5d444eb787c7eb89aee994.tar.gz
remove hashrocket syntaxlcg/remove-hashrockets
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
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