Skip to content

Fix a quoting error in the runtime YAML

Ryan Gonzalez requested to merge wip/refi64/fix-quotes into apertis/v2022pre

Removing the echo; resulted in the first character of the string being a ", thus YAML only interpreted the text up until the next " as the value, resulting in a syntax error.

This was definitely my bad for testing everything up until the last-minute removal of echo; 😅 Apologies for that!

Merge request reports