From ff0439f2cb4126128f069506353c3009970fa803 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sat, 26 Mar 2016 12:55:20 -0400 Subject: [PATCH] Stupidest part of the JSON spec. --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index a8f4b9b..22302ac 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -5,5 +5,5 @@ "description": "A short description of the project.", "year": "2016", "open_source_license": ["MIT", "BSD", "Not open source"], - "s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')", + "s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')" }