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

infra: Escape strings starting with * #217

Merged
merged 1 commit into from
Nov 7, 2020

Conversation

mithro
Copy link
Contributor

@mithro mithro commented Nov 7, 2020

Yaml treats strings starting with a * character as references to previous mappings (defined with &). Hence any glob starting with * needs to be wrapped in quotes.

Signed-off-by: Tim 'mithro' Ansell me@mith.ro

Yaml treats strings starting with a `*` character as references to
previous mappings (defined with `&`). Hence any glob starting with *
needs to be wrapped in quotes.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
@mithro mithro merged commit a23770b into google:master Nov 7, 2020
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.

1 participant