Skip to content

Commit

Permalink
don't convert arrays to strings in licence field
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Nov 14, 2023
1 parent 4c30da3 commit 2ca1764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/module-template/modules/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tools:
documentation: "{{ tool_doc_url }}"
tool_dev_url: "{{ tool_dev_url }}"
doi: ""
licence: "{{ tool_licence }}"
licence: {{ tool_licence }}

{% if not_empty_template -%}
## TODO nf-core: Add a description of all of the variables used as input
Expand Down

0 comments on commit 2ca1764

Please sign in to comment.