clean up templates still using identity-new

This commit is contained in:
cajun
2024-09-24 04:57:13 -05:00
parent a8deaefbc2
commit c1b8069dfe
6 changed files with 11 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ init script:
alternate_template := {
if input == "c" then "a" else input
}
template_prefix := [card: "" pt: "" identity: "/magic-identity-new.mse-include/"]
template_prefix := [card: "" pt: "" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card: "card.jpg" pt: "pt.jpg", identity: "identity.png"]
template := { template_prefix[type] + alternate_template() + template_suffix[type] }
land_template := { template_prefix[type] + alternate_template() + template_suffix[type] }