summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 11:56:34 -0700
committerTim Smith <tsmith@chef.io>2018-08-24 11:56:34 -0700
commit97d636a3f2c67fcf3e59f4d356e0d9d787e007c0 (patch)
treef1092d6e1fc89fdef4ed91da1e9dd046ec65c079 /Rakefile
parenta749e76cad7b89ae21ac09f03ea17272ad2ab6dd (diff)
downloadchef-97d636a3f2c67fcf3e59f4d356e0d9d787e007c0.tar.gz
Update some build / updating instructions for developmentinstructions
Update the readme with the correct rake tasks to build chef Fix a typo in the rake comments Add a comment we have in DK to remind folks that they need to update the deps after changing the overrides. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f37bf469f2..1c6480f00e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ require_relative "tasks/cbgb"
require_relative "tasks/dependencies"
require_relative "tasks/announce"
-# hack the chef-config install to runon before the traditional install task
+# hack the chef-config install to run before the traditional install task
task :super_install do
chef_config_path = ::File.join(::File.dirname(__FILE__), "chef-config")
Dir.chdir(chef_config_path)