Merge pull request #448 from indirect/cred_helper_encoding

force UTF-8 encoding in credential helper
This commit is contained in:
Will Farrington 2013-11-16 02:23:45 -08:00
commit dc0fa7d279

View file

@ -8,6 +8,10 @@ end
require "pathname" require "pathname"
# It's a UTF-8, UTF-8, UTF-8 world.
Encoding.default_external = Encoding::UTF_8
# 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.
Dir.chdir Pathname.new(__FILE__).realpath + "../.." Dir.chdir Pathname.new(__FILE__).realpath + "../.."