Skip to content

Remove bug so that a proper comma delimited list is created

Kiiza Joseph Bazaare requested to merge fix-list-creation-template into master

Previous template code would create a list with the last item having a comma after it that might affect configurations. The changes ensure that a comma is not added to the last item in the list.

Merge request reports