Skip to content

Commit

Permalink
Fix option interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jan 9, 2025
1 parent 59a3dc9 commit 744d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cxx_minimum_standard": ["11", "14", "17", "20"],
"python_bindings": ["No", "Yes"],
"pypi_release": "{{ cookiecutter.python_bindings }}",
"codecovio": ["{%- if cookiecutter.github_actions_ci == 'Yes' -%}Yes{%- else -%}No{%- endif -%}", "{%- if cookiecutter.github_actions_ci == 'Yes' -%}No{%- else -%}Yes{%- endif -%}"],
"codecovio": "{{ cookiecutter.github_actions_ci }}",
"_extensions": [
"local_extensions.PrecommitExtension",
"local_extensions.ShortcutExtension",
Expand Down

0 comments on commit 744d52e

Please sign in to comment.