diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-24 13:35:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 13:35:58 -0700 |
commit | f6f450609ebfbe819856d494bff6fdae92a01d00 (patch) | |
tree | df3c3dc8986fe8c326179f42f38577ecfcff4620 /Rakefile | |
parent | d61b447e3e2090fda56e3aa2231c5210d24cf440 (diff) | |
parent | 97d636a3f2c67fcf3e59f4d356e0d9d787e007c0 (diff) | |
download | chef-f6f450609ebfbe819856d494bff6fdae92a01d00.tar.gz |
Merge pull request #7585 from chef/instructions
Update some build / updating instructions for development
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |