diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-05-22 17:38:17 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-05-22 17:38:17 -0400 |
| commit | ad187d0cfb8fb6b145b7c930bb7baf1fb30b6293 (patch) | |
| tree | 90ae20bb108bab2416d41f6b2e32a5c5922c6a82 /docs | |
| parent | f7b8a11a0f77213d5ed6930227ee88e5c46a223a (diff) | |
Fix output-map usage docs
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/usage.md | 2 |
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` |
