Skip to content

Commit d512164

Browse files
authoredNov 17, 2024··
docs(fix): Quotation in external templates example (#2263)
Signed-off-by: Julian Orchard <hello@julianorchard.co.uk>
1 parent 1da9105 commit d512164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Hello {{ . }}!
325325
```
326326

327327
```
328-
$ gomplate -t hello=hello.t -i '{{ template "hello" "World" }} {{ template "hello" .Env.USER }}"
328+
$ gomplate -t hello=hello.t -i '{{ template "hello" "World" }} {{ template "hello" .Env.USER }}'
329329
Hello World! Hello hairyhenderson!
330330
```
331331

0 commit comments

Comments
 (0)
Please sign in to comment.