diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-09-15 17:01:30 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-09-15 17:01:30 -0700 |
commit | 5873a82e48d34e4a3f5a3e3084e9dce35883e07d (patch) | |
tree | a4e601229494c2abccae1fbdf8ad21b497aa5f40 /acceptance | |
parent | a76bb8b289b59afbb050073cd83e04de3e24b821 (diff) | |
download | chef-5873a82e48d34e4a3f5a3e3084e9dce35883e07d.tar.gz |
point learn-the-basics-windows acceptance tests to mwrock fork
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb index 73f5151bca..6b2fcf69c8 100644 --- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb @@ -18,7 +18,7 @@ class TopCookbooks < Chef::Resource end cookbook_kitchen "#{command} learn-the-basics-windows" do - repository "learn-chef/learn-chef-acceptance" + repository "mwrock/learn-chef-acceptance" cookbook_relative_dir "cookbooks/learn-the-basics-windows" end |