Skip to content

Commit

Permalink
small typo-fix svn-command
Browse files Browse the repository at this point in the history
  • Loading branch information
awello committed Aug 21, 2015
1 parent 8948503 commit 047a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zest/releaser/svn.py
Expand Up @@ -141,7 +141,7 @@ def cmd_log_since_tag(self, version):
"""
url = self._svn_info()
tag_url = self.tag_url(version)
tag_info = execute_command('svn info--non-interactive %s' % tag_url)
tag_info = execute_command('svn info --non-interactive %s' % tag_url)
# Search for: Last Changed Rev: 42761
revision = None
for line in tag_info.split('\n'):
Expand Down

0 comments on commit 047a8a4

Please sign in to comment.