diff --git a/job_templates/ci_job.xml.em b/job_templates/ci_job.xml.em index cf3cac969..a262f952e 100644 --- a/job_templates/ci_job.xml.em +++ b/job_templates/ci_job.xml.em @@ -132,7 +132,7 @@ if [ "$CI_USE_WHITESPACE_IN_PATHS" = "true" ]; then export CI_ARGS="$CI_ARGS --white-space-in sourcespace buildspace installspace workspace" fi export CI_ARGS="$CI_ARGS --ignore-rmw rmw_connext_dynamic_cpp" -# TODO(asorbini) `rmw_connext_cpp` is still the default for dashing" and foxy. +# TODO(asorbini) `rmw_connext_cpp` is still the default for dashing and foxy. if [ -n "$CI_ROS_DISTRO" -a \( "$CI_ROS_DISTRO" = dashing -o "$CI_ROS_DISTRO" = foxy \) ]; then if [ "$CI_USE_CONNEXTDDS" = "false" ]; then export CI_ARGS="$CI_ARGS rmw_connext_cpp"