1
0
Fork 0
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:
Conrad Irwin 2014-04-23 09:36:47 -05:00 committed by Ryan Fitzgerald
parent ca31504f8c
commit 4afba311c4

View file

@ -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