[meld] maint: Fix de-command-ified pull



commit b3ef2d4d68c9897caa4738bf6147f6e878571c3a
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Aug 23 13:55:37 2014 +1000

    maint: Fix de-command-ified pull

 maint.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index 5a23617..80f0045 100755
--- a/maint.py
+++ b/maint.py
@@ -400,7 +400,7 @@ def version_bump():
 @cli.command()
 @click.pass_context
 def make_release(ctx):
-    ctx.forward(pull)
+    pull()
     ctx.forward(news)
     commit()
     push()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]