utils/github: improve PR creation error message.
This may help with debugging why this has failed.
This commit is contained in:
parent
541d8879c4
commit
faf27ae35f
@ -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