summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-08-24 15:44:09 -0700
committerTim Smith <tsmith84@gmail.com>2021-08-24 15:51:18 -0700
commit511f53274f8cfa25c7057d4bfd1c25d2133f7670 (patch)
tree32a5c57f83053640d54d8fc6fba773daeaf6c97a /tasks
parentda97d2039b91c0e6901b27f63e0214514a52f67f (diff)
downloadchef-511f53274f8cfa25c7057d4bfd1c25d2133f7670.tar.gz
Fix chefspec and berkshelf tests
These are still on master for now Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/bin/run_external_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test
index 2d191adbb4..45568f51ac 100755
--- a/tasks/bin/run_external_test
+++ b/tasks/bin/run_external_test
@@ -21,7 +21,7 @@ build_dir = Dir.pwd
env = {
"GEMFILE_MOD" => "gem 'chef', path: '#{build_dir}'; " \
- "gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: 'master'",
+ "gem 'ohai', git: 'https://github.com/chef/ohai.git', branch: 'main'",
"CHEF_LICENSE" => "accept-no-persist",
}