summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 10:17:17 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 10:17:17 +0600
commitbfe3132f7b1ba82d67db6855babe531096047d44 (patch)
treee3bcbc23f9e511bc1de61cf3a04a932cf3fa8e78
parentb7a8132f87bb5f44166e19dedaf2056928544465 (diff)
downloadchef-bfe3132f7b1ba82d67db6855babe531096047d44.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 1902e84065..11c63eaba2 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 "ls -al /usr/local/Cellar"
live_stream true
end