Skip to content

Commit

Permalink
Merge pull request #1 from b17zr/master
Browse files Browse the repository at this point in the history
Fixed unsupported OS query
  • Loading branch information
hausec authored May 28, 2020
2 parents 4f67c37 + 190a440 commit 4753273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customqueries.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"queryList": [
{
"final": true,
"query": "MATCH (H:Computer) WHERE H.operatingsystem =~ '.*(2000|2003|2008|xp|vista|7|me)*.' RETURN H"
"query": "MATCH (H:Computer) WHERE H.operatingsystem =~ '.*(2000|2003|2008|xp|vista|7|me).*' RETURN H"
}
]
},
Expand Down

0 comments on commit 4753273

Please sign in to comment.