mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix description language on failing batteries query (#3328)
This commit is contained in:
parent
c5aaeaab6f
commit
8ec3986263
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ kind: query
|
|||
spec:
|
||||
name: Get laptops with failing batteries
|
||||
platforms: macOS
|
||||
description: Get all laptops with batteries that are not well-performing.
|
||||
description: Lists all laptops with under-performing or failing batteries.
|
||||
query: SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');
|
||||
purpose: Informational
|
||||
contributors: zwass
|
||||
|
|
|
|||
Loading…
Reference in a new issue