Skip to content

Commit

Permalink
Fix doc of compose-rpm CREATE
Browse files Browse the repository at this point in the history
JIRA: 1005
  • Loading branch information
lao605 committed Oct 9, 2015
1 parent 2a5b8a6 commit 2b58d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdc/apps/compose/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def create(self, request):
{
"release_id": string,
"composeinfo": composeinfo,
"rpm_manifest": image_manifest
"rpm_manifest":rpm_manifest
}
The `composeinfo` and `rpm_manifest` values should be actual JSON
Expand Down

0 comments on commit 2b58d08

Please sign in to comment.