diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-08-05 19:30:54 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-08-05 19:30:54 -0700 |
commit | 297225f2ab8a6db4fe75643f511f52499b052aa7 (patch) | |
tree | 0b386cbc478099a9599d1133fd0d904d3254014a | |
parent | 8636d87a23c58c5e708f1f8e5385adb0fea6f4a5 (diff) | |
download | my_new_personal_website-297225f2ab8a6db4fe75643f511f52499b052aa7.tar.xz my_new_personal_website-297225f2ab8a6db4fe75643f511f52499b052aa7.zip |
pyblog: change generated commit message
Diffstat (limited to '')
-rwxr-xr-x | pyblog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |