Skip to content

Commit ca8fa1b

Browse files
authored
Update README to use correct Windows pipe path (osquery#73)
1 parent c69cea3 commit ca8fa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if __name__ == "__main__":
121121
# For an installed and running system osqueryd, this is:
122122
# Linux and macOS: /var/osquery/osquery.em
123123
# FreeBSD: /var/run/osquery.em
124-
# Windows: \\.pipe\osquery.em
124+
# Windows: \\.\pipe\osquery.em
125125
instance = osquery.ExtensionClient('/home/you/.osquery/osqueryd.sock')
126126
instance.open() # This may raise an exception
127127

0 commit comments

Comments
 (0)