summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-04 22:31:22 -0700
committermo khan <mo@mokhan.ca>2015-02-04 22:31:22 -0700
commit35b088753ffc2ed82071cf7e0c6538b2b47f9e92 (patch)
tree98e86a937d26cabd21fb3ca2876ca03c28035497 /lib
parentd388156cb6f13a23110a21538ca9a33e56dd0853 (diff)
use path instead of full_path
Diffstat (limited to 'lib')
-rw-r--r--lib/fake_agent.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fake_agent.rb b/lib/fake_agent.rb
index e2449d1..675df10 100644
--- a/lib/fake_agent.rb
+++ b/lib/fake_agent.rb
@@ -50,7 +50,7 @@ class FakeAgent
name: event,
data: {
fingerprint: fingerprint,
- full_path: file,
+ path: file,
hostname: Socket.gethostname,
ip_addresses: ip_addresses,
}