Merge pull request #475 from seanknox/master
Unbreak boxen-git-credential on 10.8 systems
This commit is contained in:
commit
c799af5869
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue