summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-05 16:13:41 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-05 16:13:41 +0600
commit445b3651811b84197ec4da816d28bb6e59751a14 (patch)
tree1115094bc83eee59c174350156d104adaa6f68ee /kitchen-tests
parent76aba763f9e8bf53f0c2d5998f2298cb3d6f7bd6 (diff)
downloadchef-445b3651811b84197ec4da816d28bb6e59751a14.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 d987c85b20..298b1caa71 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -77,7 +77,7 @@ end
bash "remove git" do
code <<~EOH
# chown -R $(whoami) $(brew --prefix)/*
- brew unlink git@2.35.1 --force
+ brew unlink git@2.35.1
EOH
user "tempadmin"
end