diff --git a/dotbot/cli.py b/dotbot/cli.py index d119902..f421003 100644 --- a/dotbot/cli.py +++ b/dotbot/cli.py @@ -95,7 +95,7 @@ def main(): ["git", "rev-parse", "HEAD"], cwd=os.path.dirname(os.path.abspath(__file__)), stderr=devnull, - ) + ).decode("ascii") hash_msg = " (git %s)" % git_hash[:10] except (OSError, subprocess.CalledProcessError): hash_msg = ""