Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 26, 2015
1 parent 01a86ff commit d261b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/apps/release/__init__.py
Expand Up @@ -138,7 +138,7 @@ def _release(self):
self.logger.info('Commit changes')
result = yield from git.commit(msg='Release %s' % tag_name)
self.logger.info(result)
if self.push:
if self.cfg.push:
self.logger.info('Push changes changes')
result = yield from git.push()
self.logger.info(result)
Expand Down

0 comments on commit d261b1f

Please sign in to comment.