fix bug that always placed today's date into the punt git commit log
[iron-blogger] / weekly-update.py
index 284ffb6056a9bf3fee868a3005bafc7bdd917d27..758bb69910e586c0bde79df814f8756a8f738d14 100755 (executable)
@@ -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:

Benjamin Mako Hill || Want to submit a patch?