Skip to content

Commit

Permalink
Merge pull request #46 from canvas-medical/jw-cookiecutter-change
Browse files Browse the repository at this point in the history
Changes cookiecutter class to use colon.
  • Loading branch information
jrwils authored May 14, 2024
2 parents 1bbbbbb + 0e8f1ff commit eff7661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"components": {
"protocols": [
{
"class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol.Protocol",
"class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol:Protocol",
"description": "A protocol that does xyz...",
"data_access": {
"event": "",
Expand Down

0 comments on commit eff7661

Please sign in to comment.