From 297225f2ab8a6db4fe75643f511f52499b052aa7 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Wed, 5 Aug 2015 19:30:54 -0700
Subject: pyblog: change generated commit message

---
 pyblog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pyblog')

diff --git a/pyblog b/pyblog
index 0d3e81e2..aa35db5b 100755
--- a/pyblog
+++ b/pyblog
@@ -953,7 +953,7 @@ def deploy(args):
     atomxml = ET.parse("atom.xml").getroot()
     updated = atomxml.find('{http://www.w3.org/2005/Atom}updated').text
 
-    commit_message = ("site updated %s\n\nsource branch was at:\n%s\n" %
+    commit_message = ("Site updated at %s\n\nsource branch was at:\n%s\n" %
                       (updated, source_commit))
 
     # commit changes in BUILDDIR
-- 
cgit v1.2.1