From 93869164d874457a3a0683f54c4ed6fd37da1a4a Mon Sep 17 00:00:00 2001 From: Henry Jobst Date: Tue, 17 Jan 2023 22:17:42 +0100 Subject: [PATCH] cookiecutter.json: remove , --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 99946a0c2..3587ce5a1 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -63,5 +63,5 @@ "keep_local_envs_in_vcs": "y", "debug": "n", "include_custom_app": "n", - "custom_app_name": "core", + "custom_app_name": "core" }