Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit 95e9994

Browse files
committed
test-bot: Add --tap argument to pull for Linuxbrew
1 parent b3897c1 commit 95e9994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/cmd/test-bot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def diff_formulae(start_revision, end_revision, path, filter)
354354
if ARGV.include?("--legacy")
355355
test "brew", "pull", "--clean", "--legacy", @url
356356
else
357-
test "brew", "pull", "--clean", @url
357+
test "brew", "pull", "--clean", "--tap=#{@tap}", @url
358358
end
359359
diff_end_sha1 = current_sha1
360360
end

0 commit comments

Comments
 (0)