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

Commit 007e645

Browse files
committed
test-bot --ci-upload: Add pull --tap for Linuxbrew
Fix 349dfff
1 parent bb0b52d commit 007e645

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
@@ -848,7 +848,7 @@ def test_ci_upload(tap)
848848
safe_system "brew", "pull", "--clean", "--legacy", pull_pr
849849
else
850850
pull_pr = "#{tap.remote}/pull/#{pr}"
851-
safe_system "brew", "pull", "--clean", "--tap", tap, pull_pr
851+
safe_system "brew", "pull", "--clean", "--tap=#{tap}", pull_pr
852852
end
853853
elsif docker_sha1
854854
url = "https://github.com/#{docker_user}/homebrew-#{tap.repo}/commit/#{docker_sha1}"

0 commit comments

Comments
 (0)