Short term hack to unbreak boxen-git-credential on 10.8 systems
This commit is contained in:
parent
c1d35b99e4
commit
eec889719e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ require "pathname"
|
||||||
|
|
||||||
# It's a UTF-8, UTF-8, UTF-8 world.
|
# 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.
|
# Put us where we belong, in the root dir of our boxen repo.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue