diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-04-09 20:52:03 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-04-09 20:52:03 -0400 |
| commit | acc5141640ccc2388ed3492c23f1e113e7adac22 (patch) | |
| tree | ac0a949073daccaf604a8356aa691d77c06d85f1 /docs-src/content | |
| parent | 56fbcc8a01592a859fec7a711ce39053a275ef8c (diff) | |
Fixing coll.JSONPath reference in docs
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src/content')
| -rw-r--r-- | docs-src/content/functions/coll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-src/content/functions/coll.yml b/docs-src/content/functions/coll.yml index 58fb9b3f..ff548b0c 100644 --- a/docs-src/content/functions/coll.yml +++ b/docs-src/content/functions/coll.yml @@ -83,7 +83,7 @@ funcs: $ gomplate -i '{{ $o := data.JSON (getenv "DATA") -}} {{ if (has $o "foo") }}{{ $o.foo }}{{ else }}THERE IS NO FOO{{ end }}' THERE IS NO FOO - - name: conv.JSONPath + - name: coll.JSONPath alias: jsonpath description: | Extracts portions of an input object or list using a [JSONPath][] expression. |
