From 64203a022aa947e66586e527f92452a12afe0430 Mon Sep 17 00:00:00 2001 From: Omereshone Kelvin Date: Mon, 13 Dec 2021 03:02:52 +0100 Subject: [PATCH] Fix duplicated description on standard query (#3286) --- .../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 fd542b2ea3..2d15d76160 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 @@ -175,7 +175,7 @@ kind: query spec: name: Get the version of the resident operating system platforms: macOS, Linux, Windows, FreeBSD - description: Shows system mounted devices and filesystems (not process specific). + description: Retrieves the version of the host(s) operating system(s). query: SELECT * FROM os_version; purpose: Informational contributors: zwass