How do I escape this in the provisioning script #2314
-
I have a lima template with a provisioning script with the following content.
After upgrading to the latest version, I get the following warning whenever I run any
How do I escape the |
Beta Was this translation helpful? Give feedback.
Answered by
afbjorklund
May 1, 2024
Replies: 1 comment 1 reply
-
You can use a string constant, like so: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ranjandas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a string constant, like so:
{{"{{Curly}}"}}
See https://pkg.go.dev/text/template