summaryrefslogtreecommitdiff
path: root/docs-src/content
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-04-09 20:52:03 -0400
committerDave Henderson <dhenderson@gmail.com>2019-04-09 20:52:03 -0400
commitacc5141640ccc2388ed3492c23f1e113e7adac22 (patch)
treeac0a949073daccaf604a8356aa691d77c06d85f1 /docs-src/content
parent56fbcc8a01592a859fec7a711ce39053a275ef8c (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.yml2
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.