diff --git a/push_all.py b/push_all.py index b3a89fa..c95a00d 100755 --- a/push_all.py +++ b/push_all.py @@ -413,7 +413,7 @@ def show_branches_statistics(self): logging.info('---- Branches summary ----') logging.info( '%s of %s pushed successfully, %s failed', - total, successful, failed) + successful, total, failed) if omitted: logging.info('%s branches omitted', omitted) # @@ -443,7 +443,7 @@ def show_tags_statistics(self): logging.info('---- Tags summary ----') logging.info( '%s of %s pushed successfully, %s failed', - total, successful, failed) + successful, total, failed) for tag in self.all_tags: if tag in self.tags_failed: logging.info(' - %s push failed', tag) diff --git a/version.txt b/version.txt index 21222ce..2c3fc41 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.5.0 +v2.5.1