From 6eb04cacfcf5d156bbc30ed9d0be0e79de6685ec Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Jun 2018 20:58:14 +0100 Subject: [PATCH 1/1] Require git rather than git-core --- cookbooks/git/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/git/recipes/default.rb b/cookbooks/git/recipes/default.rb index 7d9cd1921..b2ea55526 100644 --- a/cookbooks/git/recipes/default.rb +++ b/cookbooks/git/recipes/default.rb @@ -17,4 +17,4 @@ # limitations under the License. # -package "git-core" +package "git" -- 2.43.2