From f90e99115bd8ea439494083126aee3c5366dfa66 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:28:28 -0800 Subject: [PATCH] Fix fragment mod example --- docs/fleet/configure-a-fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fleet/configure-a-fleet.md b/docs/fleet/configure-a-fleet.md index c56ac103f1..5cead25201 100644 --- a/docs/fleet/configure-a-fleet.md +++ b/docs/fleet/configure-a-fleet.md @@ -289,7 +289,7 @@ This example assumes the fragment with ID `abcd7ef8-fa88-1234-b9a1-123z987e55aa` "mods": [ { "$set": { - "modules.custom-sensor.attributes.version": "1.8.0" + "modules.custom-sensor.version": "1.8.0" } } ]