summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 13:35:58 -0700
committerGitHub <noreply@github.com>2018-08-24 13:35:58 -0700
commitf6f450609ebfbe819856d494bff6fdae92a01d00 (patch)
treedf3c3dc8986fe8c326179f42f38577ecfcff4620 /Rakefile
parentd61b447e3e2090fda56e3aa2231c5210d24cf440 (diff)
parent97d636a3f2c67fcf3e59f4d356e0d9d787e007c0 (diff)
downloadchef-f6f450609ebfbe819856d494bff6fdae92a01d00.tar.gz
Merge pull request #7585 from chef/instructions
Update some build / updating instructions for development
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f02bbace95..e42832c365 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)