From 208f6263a86dc5970d80c829d41e1bf4aa08ea86 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 16 Jun 2012 22:24:28 -0400 Subject: [PATCH] fix bug that always placed today's date into the punt git commit log --- weekly-update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2