aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2')
-rw-r--r--src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2 b/src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2
index 9fbf989..a8c49a8 100644
--- a/src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2
+++ b/src/onapsdk/so/templates/instantiate_vnf_ala_carte.json.j2
@@ -13,6 +13,6 @@
{
"name": "{{ parameter.name }}",
"value": "{{ parameter.value }}"
-}{% if not loop.last %},{% endif %}
+}{%- if not loop.last %},{%- endif %}
{% endfor %}
{% endblock %} \ No newline at end of file