summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-05 15:57:29 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-05 15:57:29 +0600
commit76aba763f9e8bf53f0c2d5998f2298cb3d6f7bd6 (patch)
tree01ab0538e9ed83aa4dbe6048e3f4875f01ab9c91
parent833c28f36ce84f7d476b198ae4828ed22f73dc58 (diff)
downloadchef-76aba763f9e8bf53f0c2d5998f2298cb3d6f7bd6.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 dd41c2c7fe..d987c85b20 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -76,7 +76,7 @@ end
# We remove git completely to allow homebrew to update it.
bash "remove git" do
code <<~EOH
- chown -R $(whoami) $(brew --prefix)/*
+ # chown -R $(whoami) $(brew --prefix)/*
brew unlink git@2.35.1 --force
EOH
user "tempadmin"