Skip to content

Commit

Permalink
Merge pull request #1745 from hairyhenderson/fix-output-map-docs-1686
Browse files Browse the repository at this point in the history
Fix output-map usage docs
  • Loading branch information
hairyhenderson authored May 22, 2023
2 parents f7b8a11 + ad187d0 commit 0885349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 0885349

Please sign in to comment.