1
0
Fork 0

Short term hack to unbreak boxen-git-credential on 10.8 systems

This commit is contained in:
Sean Knox 2013-12-09 11:57:40 -08:00
parent c1d35b99e4
commit eec889719e
1 changed files with 1 additions and 1 deletions

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.