Skip to content
Snippets Groups Projects
Commit ce2d567d authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Jsonnet handling of component names with special characters

Currently, if a component name contains a special character, ex:
foo-bar, this translates to the jsonnet identifier: foo-bar, which is
invalid syntax.

This change will quote component names where there are special
characters.
parent b7ddd956
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment