mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add a semicolon to the query (#476)
- Fixes missing semicolon in "Find hosts with firewall disabled" query.
This commit is contained in:
parent
699c37e343
commit
595bf9acac
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ macOS
|
|||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM alf WHERE global_state = 0
|
||||
SELECT * FROM alf WHERE global_state = 0;
|
||||
```
|
||||
|
||||
### Purpose
|
||||
|
|
@ -14,4 +14,4 @@ Detection
|
|||
|
||||
### Remediation
|
||||
|
||||
TODO
|
||||
TODO
|
||||
|
|
|
|||
Loading…
Reference in a new issue