summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 11:45:56 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 11:45:56 +0600
commitb747b7d6c7990f2ffcc7535d6eb9447912a8f1e0 (patch)
tree01eba4e37793ae5cdd3cd9adccc1fab603c015e7
parent07bfa2c7d4b63fbbd797cbc3e25e7ad4b5eae7e5 (diff)
downloadchef-b747b7d6c7990f2ffcc7535d6eb9447912a8f1e0.tar.gz
Updated the recipe to remove Git completely before updating it.
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 77f2ff4a9d..4c5ffd8581 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -95,7 +95,7 @@ file "/usr/local/var/homebrew/locks/git@2.35.1.formula.lock" do
owner "root"
end
-file "/usr/local/etc/bash_completion.d/git-completion.bash" do
+file "/usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d/git-completion.bash" do
mode "0777"
owner "root"
end