From eec889719e9488036d3f53d53473251f0c571351 Mon Sep 17 00:00:00 2001 From: Sean Knox Date: Mon, 9 Dec 2013 11:57:40 -0800 Subject: [PATCH] Short term hack to unbreak boxen-git-credential on 10.8 systems --- script/boxen-git-credential | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/boxen-git-credential b/script/boxen-git-credential index ca69a9d..7ec62d4 100755 --- a/script/boxen-git-credential +++ b/script/boxen-git-credential @@ -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.