update-report: tweak migration failure message.
This commit is contained in:
parent
13f08a2bd4
commit
b0f3e38ff9
@ -283,9 +283,12 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
rescue => e
|
rescue => e
|
||||||
ofail <<-EOS.undent
|
ofail <<-EOS.undent
|
||||||
#{e}
|
|
||||||
#{Tty.white}Failed to migrate HOMEBREW_REPOSITORY to #{new_homebrew_repository}!
|
#{Tty.white}Failed to migrate HOMEBREW_REPOSITORY to #{new_homebrew_repository}!
|
||||||
Please comment with your new error in issue or +1 an existing error:
|
The error was:
|
||||||
|
#{e}
|
||||||
|
Please try to resolve this error yourself and then run `brew update` again to
|
||||||
|
complete the migration. If you need help please +1 an existing error or comment
|
||||||
|
with your new error in issue:
|
||||||
#{Tty.em}https://github.com/Homebrew/brew/issues/987#{Tty.reset}
|
#{Tty.em}https://github.com/Homebrew/brew/issues/987#{Tty.reset}
|
||||||
EOS
|
EOS
|
||||||
$stderr.puts e.backtrace
|
$stderr.puts e.backtrace
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user