From: Tom Hughes Date: Wed, 20 Jun 2018 19:58:14 +0000 (+0100) Subject: Require git rather than git-core X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6eb04cacfcf5d156bbc30ed9d0be0e79de6685ec?hp=ad4f0161019877412716d63b3d5307e6743c2f1a Require git rather than git-core --- 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"