From 01e4acfe46ad608d046fbfb41d0e8fe271891516 Mon Sep 17 00:00:00 2001 From: CiottiGiorgio Date: Tue, 14 Jan 2025 14:38:40 +0100 Subject: [PATCH] fix: template file extension should be at the end of the file name. --- ...nclude_tests %}contract.e2e.spec.ts{% endif %}.j2{% endraw %}} | 0 ...if include_tests %}contract.spec.ts{% endif %}.j2{% endraw %}} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{{% raw %}{% if include_tests %}contract.e2e.spec.ts.j2{% endif %}{% endraw %} => {% raw %}{% if include_tests %}contract.e2e.spec.ts{% endif %}.j2{% endraw %}} (100%) rename template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{{% raw %}{% if include_tests %}contract.spec.ts.j2{% endif %}{% endraw %} => {% raw %}{% if include_tests %}contract.spec.ts{% endif %}.j2{% endraw %}} (100%) diff --git a/template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.e2e.spec.ts.j2{% endif %}{% endraw %} b/template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.e2e.spec.ts{% endif %}.j2{% endraw %} similarity index 100% rename from template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.e2e.spec.ts.j2{% endif %}{% endraw %} rename to template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.e2e.spec.ts{% endif %}.j2{% endraw %} diff --git a/template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.spec.ts.j2{% endif %}{% endraw %} b/template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.spec.ts{% endif %}.j2{% endraw %} similarity index 100% rename from template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.spec.ts.j2{% endif %}{% endraw %} rename to template_content/.algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}/{% raw %}{% if include_tests %}contract.spec.ts{% endif %}.j2{% endraw %}