Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Sep 3, 2013
1 parent 7b8e35c commit 378cb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def changelog(arguments):

changelog_content = [
'\n## [%s](%scompare/%s...%s)\n\n' % (
new_version, extract_attribute(app_name, '__url__')
current_version(app_name), new_version
new_version, extract_attribute(app_name, '__url__'),
current_version(app_name), new_version,
)
]

Expand Down

0 comments on commit 378cb51

Please sign in to comment.