Skip to content

Commit

Permalink
adapter_type to lowercase (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
qleroy committed Apr 3, 2024
1 parent adc7aa6 commit a3ceb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/adapter/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"adapter_name": "MyAdapter",
"description": "An adapter for ...",
"adapter_type": ["API", "File", "Memory"],
"adapter_type": ["api", "file", "memory"],
"slug": "{{ cookiecutter.adapter_name|lower|replace(' ', '-') }}"
}

0 comments on commit a3ceb8c

Please sign in to comment.