diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/p0f.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p0f.rb b/Library/Formula/p0f.rb index ea13ba9dd..fd4bce196 100644 --- a/Library/Formula/p0f.rb +++ b/Library/Formula/p0f.rb @@ -19,6 +19,6 @@ class P0f < Formula 'RAAAAAIAAABFAABAbvpAAEAGAAB/AAABfwAAAcv8Iyjt2/Pg' \ 'AAAAALAC///+NAAAAgQ/2AEDAwQBAQgKCyrc9wAAAAAEAgAA' (testpath / 'test.pcap').write(Base64.decode64(pcap)) - system "#{bin}/p0f", '-r', 'test.pcap' + system "#{sbin}/p0f", '-r', "#{testpath}/test.pcap" end end |
