mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix ansicon link [Fix #1200]
This commit is contained in:
parent
ca31504f8c
commit
4afba311c4
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ if Pry::Helpers::BaseHelpers.windows? && !Pry::Helpers::BaseHelpers.windows_ansi
|
|||
# Instead we'll recommend ansicon, which does.
|
||||
rescue LoadError
|
||||
warn "For a better Pry experience on Windows, please use ansicon:"
|
||||
warn " http://adoxa.3eeweb.com/ansicon/"
|
||||
warn " https://github.com/adoxa/ansicon"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue