diff --git a/layouts/ecosystem/registry.json.json b/layouts/ecosystem/registry.json.json index 2e8ab1a4aaee..807fb226389c 100644 --- a/layouts/ecosystem/registry.json.json +++ b/layouts/ecosystem/registry.json.json @@ -13,6 +13,6 @@ {{ end -}} {{ $entry = merge $entry (dict "_key" $key "id" $counter "flags" $flags) -}} {{ $entries = $entries | append $entry -}} - {{ $counter = add $counter 1 }} + {{ $counter = add $counter 1 -}} {{ end -}} {{ jsonify (dict "indent" " ") $entries -}}