aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/p0f.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p0f.rb b/Library/Formula/p0f.rb
index 2ba48d7e5..ea13ba9dd 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 'p0f', '-r', 'test.pcap'
+ system "#{bin}/p0f", '-r', 'test.pcap'
end
end