Skip to content

Commit 6d9b46c

Browse files
committed
(PDB-5216) fact-paths-query: docstr s/resource-params/fact-paths/
1 parent 2b838b9 commit 6d9b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppetlabs/puppetdb/query_eng/engine.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
:subquery? false}))
418418

419419
(def fact-paths-query
420-
"Query for the resource-params query, mostly used as a subquery"
420+
"Query for the fact-paths query, mostly used as a subquery"
421421
(map->Query {::which-query :fact-paths
422422
:can-drop-unused-joins? true
423423
:projections {"type" {:type :string

0 commit comments

Comments
 (0)