From f4274ea441b5a9645c90f4f7f1be9230dac449b0 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 26 Mar 2014 15:13:19 -0400 Subject: [PATCH] Add missing comma to json file --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index f4291f9..4bc510e 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,6 +2,6 @@ "module_name": "replace with the name of the python module", "repo_group": "openstack", "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", }