fix indicators

This commit is contained in:
cajun
2024-05-26 04:31:57 -05:00
parent c96226fa40
commit c415260f5e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ init script:
)
else input
}
template_prefix := [card:"" identity: "/magic-modules.mse-include/identity/"]
template_prefix := [card:"" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card:"card.png" identity: "identity.png"]
template := { template_prefix[type] + input + template_suffix[type] }
land_template := { template_prefix[type] + input + template_suffix[type] }