Skip to content

Commit

Permalink
Use the real command over an alias that may not be configured
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 8, 2013
1 parent e9e2371 commit 72dc308
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 @@ -255,7 +255,7 @@ def commit_version_change():
app_name, dry_run, new_version = common_arguments()

commands = [
'git', 'ci', '-m', new_version,
'git', 'commit', '-m', new_version,
'%s/__init__.py' % app_name, CHANGELOG
]

Expand Down

0 comments on commit 72dc308

Please sign in to comment.