Skip to content

Commit 0020618

Browse files
committed
Fix syntax in json file.
1 parent 1189ca9 commit 0020618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"full_name": "Your Name",
33
"email": "your@email.com",
4-
"plugin_type": ["importer", "diagnostic"],
5-
"plugin_subtype": "{%if cookiecutter.plugin_type == 'importer' %}{{ 'institution' }}{% else}{{ '' }}{% endif %}",
4+
"plugin_type": ["importer", "diagnostic", "ensemblestat"],
5+
"plugin_subtype": "{% if cookiecutter.plugin_type == 'importer' %}{{ 'institution' }}{% else %}{{ '' }}{% endif %}",
66
"project_name": "{{ 'pysteps-' + cookiecutter.plugin_type + '-' + cookiecutter.plugin_subtype + '-name' }}",
77
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
88
"plugin_name": "{{ cookiecutter.project_slug.split('_', 1)[1] }}",

0 commit comments

Comments
 (0)