summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-05 12:25:06 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-05 12:25:06 +0600
commit6a1d5545416e5e29a18ad5aab94f77762d82ad13 (patch)
treec973fe0ac9ce88f6dcc2d0fb79900184a28f8a14
parent75136f4f2bc32ab5ba4a2b154390e6d1b9671881 (diff)
downloadchef-6a1d5545416e5e29a18ad5aab94f77762d82ad13.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.rb1
1 files changed, 0 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 1a7f77e662..0bfc9d6b2d 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -78,7 +78,6 @@ bash "remove git" do
code <<~EOH
sudo chown -R $(whoami) $(brew --prefix)/*
brew unlink git@2.35.1 --force
- brew uninstall git@2.35.1 --force
EOH
user "tempadmin"
end