Skip to content

Commit

Permalink
update specs at the root directory to include windows
Browse files Browse the repository at this point in the history
Fixes osquery/osquery-site#29
The root directory was only accounting for darwin and linux.
  • Loading branch information
groob committed Apr 1, 2018
1 parent 3abadc7 commit e187a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codegen/genwebsitejson.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# This data structure represents the directories in specs/ and how they map to
# the operating systems which support tables found in those directories
PLATFORM_DIRS = {
"specs": ["darwin", "linux"],
"specs": ["darwin", "linux", "windows", "freebsd"],
"utility": ["darwin", "linux", "freebsd", "windows"],
"yara": ["darwin", "linux"],
"darwin": ["darwin"],
Expand Down

0 comments on commit e187a64

Please sign in to comment.