From: Benjamin Mako Hill Date: Sun, 17 Jun 2012 02:24:28 +0000 (-0400) Subject: fix bug that always placed today's date into the punt git commit log X-Git-Url: https://projects.mako.cc/source/iron-blogger/commitdiff_plain/208f6263a86dc5970d80c829d41e1bf4aa08ea86 fix bug that always placed today's date into the punt git commit log --- diff --git a/weekly-update.py b/weekly-update.py index 284ffb6..758bb69 100755 --- a/weekly-update.py +++ b/weekly-update.py @@ -83,7 +83,7 @@ if punt: if not dry_run: subprocess.check_call(["git", "commit", "ledger", "bloggers.yml", - "-m", "Punts for %s" % (today,)]) + "-m", "Punts for %s" % (date,)]) # if it's a dry run, lets set the ledger back to the beginning state if dry_run: