diff garcon/changelog.py @ 990:22cf13b86cc3

cm: Upgrade Garcon tasks to the latest PyInvoke version.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 19 Nov 2017 14:29:52 -0800
parents be8b233cc69a
children 2e5c5d33d62c
line wrap: on
line diff
--- a/garcon/changelog.py	Sun Nov 19 14:29:17 2017 -0800
+++ b/garcon/changelog.py	Sun Nov 19 14:29:52 2017 -0800
@@ -195,6 +195,6 @@
     from invoke import task
 
     @task
-    def genchangelog(out_file='CHANGELOG.rst', last=None):
+    def genchangelog(ctx, out_file='CHANGELOG.rst', last=None):
         generate(out_file, last)