From f421e329a42f83f5ec434e879d58a820cc78feb4 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 26 Mar 2014 15:19:14 -0400 Subject: [PATCH] Fix cookiecutter json again Make the json file actually readable by cookiecutter. --- cookiecutter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 4bc510e..dd900d0 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,7 +1,7 @@ { - "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_name": "replace with the lp project used for the specs in the repo", + "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_name": "replace with the lp project used for the specs in the repo" }