Skip to content

Commit

Permalink
Merge eaca5b7 into 972bd59
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Oct 14, 2015
2 parents 972bd59 + eaca5b7 commit 08a24e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdc_client/plugins/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def release_info(self, args, release_id=None):
print fmt.format('Name', release['name'])
print fmt.format('Short Name', release['short'])
print fmt.format('Version', release['version'])
print fmt.format('Type', release['release_type'])
print fmt.format('Release Type', release['release_type'])
print fmt.format('Product Version', release['product_version'] or '')
print fmt.format('Base Product', release['base_product'] or '')
print fmt.format('Activity', 'active' if release['active'] else 'inactive')
Expand Down
2 changes: 1 addition & 1 deletion pdc_client/tests/release/data/detail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Release ID release-1.0
Name Test Release
Short Name release
Version 1.0
Type ga
Release Type ga
Product Version release-1
Base Product
Activity active
Expand Down

0 comments on commit 08a24e5

Please sign in to comment.