From ad187d0cfb8fb6b145b7c930bb7baf1fb30b6293 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 22 May 2023 17:38:17 -0400 Subject: Fix output-map usage docs Signed-off-by: Dave Henderson --- docs/content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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` -- cgit v1.2.3