Fix a quoting error in the runtime YAML
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;