From d95c6addaa11c1f97ebb521a483fbc78cd53185a Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 11 May 2014 18:39:19 -0500
Subject: [PATCH] Update aksetup

---
 aksetup_helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aksetup_helper.py b/aksetup_helper.py
index 6335e104..12d888c9 100644
--- a/aksetup_helper.py
+++ b/aksetup_helper.py
@@ -723,7 +723,7 @@ def _run_git_command(cmd):
         print("Hit Ctrl-C now if you'd like to think about the situation.")
         print(DASH_SEPARATOR)
         count_down_delay(delay=5)
-    return stdout.decode("ascii"), git_error
+    return stdout.decode("utf-8"), git_error
 
 
 def check_git_submodules():
-- 
GitLab