diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index fee9f2bf4b..589e53b1c7 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -703,7 +703,7 @@ module Homebrew If this is a surprise to you, then you should stash these modifications. Stashing returns Homebrew to a pristine state but can be undone should you later need to do so for some reason. - cd #{path} && git stash -u && git clean -d -f + git -C "#{path}" stash -u && git -C "${path}" clean -d -f EOS modified = status.split("\n")