summaryrefslogtreecommitdiff
path: root/kitchen-tests/.kitchen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r--kitchen-tests/.kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml
index 095badd35a..af7ac3cde5 100644
--- a/kitchen-tests/.kitchen.yml
+++ b/kitchen-tests/.kitchen.yml
@@ -7,8 +7,8 @@ driver:
provisioner:
name: chef_github
- chef_omnibus_url: "https://omnitruck.chef.io/current/install.sh"
- chef_omnibus_install_options: "-n"
+ chef_omnibus_url: "https://omnitruck.chef.io/install.sh"
+ chef_omnibus_install_options: "-c current"
github_owner: "chef"
github_repo: "chef"
refname: <%= %x(git rev-parse HEAD) %>