mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix duplicated description on standard query (#3286)
This commit is contained in:
parent
20a76adc56
commit
64203a022a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue