From f827fd50638a23cfb48fa7f39d690795de89c1d6 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sun, 12 Aug 2012 14:38:34 +0200 Subject: added missing newline --- fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fit.py b/fit.py index 97d3593..511a0e3 100644 --- a/fit.py +++ b/fit.py @@ -99,7 +99,7 @@ class Fit: ) with open('static/fit.git/info/refs', 'w') as f: - f.write('%s\trefs/heads/master' % b2a_hex(blob_oid).decode('ascii')) + f.write('%s\trefs/heads/master\n' % b2a_hex(blob_oid).decode('ascii')) return b2a_hex(blob_oid).decode('ascii') -- cgit v1.2.3-1-g7c22