From b7a8132f87bb5f44166e19dedaf2056928544465 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Sun, 8 May 2022 10:16:14 +0600 Subject: Updated the recipe to remove Git completely before updating it. Signed-off-by: John McCrae --- kitchen-tests/cookbooks/end_to_end/recipes/macos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/macos.rb') 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 -- cgit v1.2.1