Add missing comma to json file

This commit is contained in:
Matthew Treinish 2014-03-26 15:13:19 -04:00
parent 263e1d704a
commit f4274ea441

View File

@ -2,6 +2,6 @@
"module_name": "replace with the name of the python module", "module_name": "replace with the name of the python module",
"repo_group": "openstack", "repo_group": "openstack",
"repo_name": "replace with the name for the git repo", "repo_name": "replace with the name for the git repo",
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package." "project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.",
"project_name": "replace with the lp project used for the specs in the repo", "project_name": "replace with the lp project used for the specs in the repo",
} }