Skip to content

Commit

Permalink
docs(fix): Quotation in external templates example (#2263)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Orchard <[email protected]>
  • Loading branch information
julianorchard authored Nov 17, 2024
1 parent 1da9105 commit d512164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Hello {{ . }}!
```

```
$ gomplate -t hello=hello.t -i '{{ template "hello" "World" }} {{ template "hello" .Env.USER }}"
$ gomplate -t hello=hello.t -i '{{ template "hello" "World" }} {{ template "hello" .Env.USER }}'
Hello World! Hello hairyhenderson!
```

Expand Down

0 comments on commit d512164

Please sign in to comment.