summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 09:59:33 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 09:59:33 +0600
commit38ca8839e5a1cd8295ef88a9e88b1fcba3cefd4b (patch)
treef4298786246d82dbe26c2d527f61b7e285eacbb8 /kitchen-tests
parent934f48bf0282b04bb5403e5763d3c6dcead23d45 (diff)
downloadchef-38ca8839e5a1cd8295ef88a9e88b1fcba3cefd4b.tar.gz
Updated the recipe to remove Git completely before updating it.
Signed-off-by: John McCrae <jmccrae@chf.io>
Diffstat (limited to 'kitchen-tests')
-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 2c47b18d07..8e3fb819ac 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -96,7 +96,7 @@ end
# /usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d/git-completion.bash
execute "changing ownership of the git cask" do
- command "chmod -R 777 /usr/local/Cellar/git@2.35.1"
+ command "chmod -R 777 /usr/local/Cellar/git"
live_stream true
end