Skip to content

Commit 25166af

Browse files
committed
fix syntax in template (introduced in #478)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
1 parent 343383e commit 25166af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

job_templates/snippet/property_parameter-definition_common.xml.em

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ choices.remove(ubuntu_distro)
6060
<a class="string-array">
6161
<string>@ros_distro</string>
6262
@{
63-
choices = ['dashing', 'eloquent', 'foxy', 'rolling]
63+
choices = ['dashing', 'eloquent', 'foxy', 'rolling']
6464
choices.remove(ros_distro)
6565
}@
6666
@[for choice in choices]@

0 commit comments

Comments
 (0)