Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not add delimiters if already there #15

Merged
merged 2 commits into from
Dec 5, 2016
Merged

not add delimiters if already there #15

merged 2 commits into from
Dec 5, 2016

Conversation

mikaelarguedas
Copy link
Member

@mikaelarguedas mikaelarguedas added the in review Waiting for review (Kanban column) label Dec 3, 2016
@mikaelarguedas mikaelarguedas self-assigned this Dec 3, 2016
@@ -143,10 +143,16 @@ if [ "$CI_ENABLE_C_COVERAGE" = "true" ]; then
export CI_ARGS="$CI_ARGS --coverage"
fi
if [ -n "${CI_AMENT_BUILD_ARGS+x}" ]; then
export CI_ARGS="$CI_ARGS --ament-build-args $CI_AMENT_BUILD_ARGS --"
if [[ "$CI_AMENT_BUILD_ARGS" != *-- ]]; then
CI_AMEND_BUILD_ARGS="$CI_AMENT_BUILD_ARGS --"
Copy link
Member

@dirk-thomas dirk-thomas Dec 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: CI_AMEND_BUILD_ARGS (D vs T)

Same below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch thanks fe1e2fc

@mikaelarguedas mikaelarguedas merged commit accb3a9 into master Dec 5, 2016
@mikaelarguedas mikaelarguedas deleted the delimiters branch December 5, 2016 17:11
@mikaelarguedas mikaelarguedas removed the in review Waiting for review (Kanban column) label Dec 5, 2016
This was referenced Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants