summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 298b1caa71..f27d928155 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)/*
+ echo "password" | sudo chown -R $(whoami) $(brew --prefix)/*
brew unlink git@2.35.1
EOH
user "tempadmin"