Skip to content

Commit 3544c95

Browse files
committed
tap-wide Inspecting 1374 files
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 1374 files inspected, no offenses detected fixes
1 parent 7207ece commit 3544c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/gitfs-mac.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def caveats
105105
EOS
106106

107107
system Formula["[email protected]"].opt_bin/"python3", "test.py"
108-
assert_predicate testpath/"testing/.git/config", :exist?
108+
assert_path_exists testpath/"testing/.git/config"
109109
cd "testing" do
110110
system "git", "remote", "add", "homebrew", "https://github.com/Homebrew/homebrew-core.git"
111111
assert_match "homebrew", shell_output("git remote")

0 commit comments

Comments
 (0)