From 10871172f6d5f9237c24530f78b3efaeea0bd5c0 Mon Sep 17 00:00:00 2001 From: Omereshone Kelvin Date: Thu, 9 Dec 2021 18:23:54 +0100 Subject: [PATCH] Standard query library: Add description to "Get laptops with failing batteries" (#3254) --- .../standard-query-library/standard-query-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml b/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml index 5ebecb75a6..116542382f 100644 --- a/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml +++ b/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @@ -145,7 +145,7 @@ kind: query spec: name: Get laptops with failing batteries platforms: macOS - description: + description: Get all laptops with batteries that are not well-performing. query: SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal'); purpose: Informational contributors: zwass