aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2')
-rw-r--r--src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2 b/src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2
index 0738379..5bfe12e 100644
--- a/src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2
+++ b/src/onapsdk/so/templates/instantiate_vf_module_ala_carte.json.j2
@@ -22,7 +22,7 @@
{
"name": "{{ parameter.name }}",
"value": "{{ parameter.value }}"
- }{% if not loop.last %},{% endif %}
+ }{%- if not loop.last %},{%- endif %}
{% endfor %}
],
"testApi": "GR_API",