Fix description language on failing batteries query (#3328)

This commit is contained in:
Omereshone Kelvin 2021-12-12 01:24:41 +01:00 committed by GitHub
parent c5aaeaab6f
commit 8ec3986263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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