From acc5141640ccc2388ed3492c23f1e113e7adac22 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 9 Apr 2019 20:52:03 -0400 Subject: Fixing coll.JSONPath reference in docs Signed-off-by: Dave Henderson --- docs-src/content/functions/coll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-src/content') 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. -- cgit v1.2.3