Skip to content

Commit

Permalink
Separate arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Aug 31, 2013
1 parent 15e6c45 commit 45b0977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def tag(arguments):

execute(['git', 'tag', '-a', new_version, '-m', '"%s"' % new_version], dry_run=dry_run)
# fixme: check for call error
execute(['git push --tags'], dry_run=dry_run)
execute(['git', 'push', '--tags'], dry_run=dry_run)

def upload(arguments):
dry_run=arguments['--dry-run']
Expand Down

0 comments on commit 45b0977

Please sign in to comment.