From 2bf0b63817d59fdb5d3f53cc21eebd979e027d44 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Fri, 1 Jun 2018 15:31:01 -0700 Subject: [PATCH] Fix typo in enterprise chef common tag Signed-off-by: Mark Anderson --- omnibus/files/private-chef-cookbooks/Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/files/private-chef-cookbooks/Berksfile b/omnibus/files/private-chef-cookbooks/Berksfile index 16c246e3ef..84187bdf46 100644 --- a/omnibus/files/private-chef-cookbooks/Berksfile +++ b/omnibus/files/private-chef-cookbooks/Berksfile @@ -1,6 +1,6 @@ source 'https://supermarket.chef.io' -cookbook 'enterprise', git: 'https://github.com/chef-cookbooks/enterprise-chef-common', tag: '0.14.0' +cookbook 'enterprise', git: 'https://github.com/chef-cookbooks/enterprise-chef-common', tag: 'v0.14.0' cookbook 'chef-ha-drbd', path: './chef-ha-drbd' cookbook 'private-chef', path: './private-chef' cookbook 'runit', '> 1.6.0'