Merge pull request #475 from seanknox/master

Unbreak boxen-git-credential on 10.8 systems
This commit is contained in:
Will Farrington 2013-12-09 12:55:34 -08:00
commit c799af5869

View file

@ -10,7 +10,7 @@ require "pathname"
# It's a UTF-8, UTF-8, UTF-8 world.
Encoding.default_external = Encoding::UTF_8
Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > "1.9"
# Put us where we belong, in the root dir of our boxen repo.