mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19902 from Homebrew/utils_github_pr_error
utils/github: improve PR creation error message.
This commit is contained in:
commit
bad6554dbb
@ -807,7 +807,7 @@ module GitHub
|
|||||||
commits.each do |commit|
|
commits.each do |commit|
|
||||||
commit[:sourcefile_path].atomic_write(commit[:old_contents])
|
commit[:sourcefile_path].atomic_write(commit[:old_contents])
|
||||||
end
|
end
|
||||||
odie "Unable to open pull request: #{e.message}!"
|
odie "Unable to open pull request for #{tap_remote_repo}: #{e.message}!"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user