summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-05-22 17:38:17 -0400
committerDave Henderson <dhenderson@gmail.com>2023-05-22 17:38:17 -0400
commitad187d0cfb8fb6b145b7c930bb7baf1fb30b6293 (patch)
tree90ae20bb108bab2416d41f6b2e32a5c5922c6a82 /docs
parentf7b8a11a0f77213d5ed6930227ee88e5c46a223a (diff)
Fix output-map usage docs
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage.md b/docs/content/usage.md
index cb61bc84..cccb830e 100644
--- a/docs/content/usage.md
+++ b/docs/content/usage.md
@@ -97,7 +97,7 @@ And a datasource `filemap.json`:
We can blend these two together:
```console
-$ gomplate -t out=out.t -c filemap.json --input-dir=in --output-map='{{ template "out" }}'
+$ gomplate -t out=out.t -c filemap.json --input-dir=in --output-map='{{ template "out" . }}'
```
### `--chmod`