1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #1087 from yui-knk/fix-ansicon-link

Fix ansicon link. Link to adoxa/ansicon is broken, so change link to git...
This commit is contained in:
Robert 2014-01-08 20:00:41 -08:00
commit 36840ecebf

View file

@ -215,7 +215,7 @@ if Pry::Helpers::BaseHelpers.windows? && !Pry::Helpers::BaseHelpers.windows_ansi
# only fail on jruby (where win32console doesn't work).
# Instead we'll recommend ansicon, which does.
rescue LoadError
warn "For a better pry experience, please use ansicon: http://adoxa.3eeweb.com/ansicon/"
warn "For a better pry experience, please use ansicon: https://github.com/adoxa/ansicon"
end
end