From afd9dd7fed914a1d21e2c97aee8476f159ec6b59 Mon Sep 17 00:00:00 2001 From: bryfry Date: Thu, 20 Feb 2014 23:02:07 -0500 Subject: [PATCH] fix json typo --- docsite/rst/developing_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_inventory.rst b/docsite/rst/developing_inventory.rst index ea3dc3118f2..fcb3da97825 100644 --- a/docsite/rst/developing_inventory.rst +++ b/docsite/rst/developing_inventory.rst @@ -31,7 +31,7 @@ When the external node script is called with the single argument ``--list``, the "vars" : { "b" : false }, - "children": [ "marietta", "5points" ], + "children": [ "marietta", "5points" ] }, "marietta" : [ "host6.example.com" ], "5points" : [ "host7.example.com" ]