summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 10:16:14 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 10:16:14 +0600
commitb7a8132f87bb5f44166e19dedaf2056928544465 (patch)
tree51e4b940955753b06975d680b4eb373ec33511e2
parent11ebef801465c2b89b934d8627d8bba9d6822fd6 (diff)
downloadchef-b7a8132f87bb5f44166e19dedaf2056928544465.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 8b17bbab5a..1902e84065 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -101,7 +101,7 @@ end
# end
execute "where or where is the git cask" do
- command "cat/usr/local/Cellar"
+ command "cat /usr/local/Cellar"
live_stream true
end