diff options
author | tyler-ball <tyleraball@gmail.com> | 2016-06-14 11:31:08 -0600 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2016-06-15 10:10:53 -0600 |
commit | 5581377922587f6e83221e4a8b4795cbf4a8cd87 (patch) | |
tree | 35ed56146b7830ecd288b8bcebe5fc5e1b6aa06e /kitchen-tests/Berksfile | |
parent | ebc4657b45c706d7ec68d99accce203cf49aff0f (diff) | |
download | chef-5581377922587f6e83221e4a8b4795cbf4a8cd87.tar.gz |
Making rake:dependencies work
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 31e49b3e18..407b685236 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -5,4 +5,4 @@ cookbook "base", path: "cookbooks/base" cookbook "php", "~> 1.5.0" -cookbook "resolver", github: "chef-cookbooks/resolver", branch: "lcg/docker" +cookbook "resolver", github: "chef-cookbooks/resolver" |