diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-04 22:31:22 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-04 22:31:22 -0700 |
| commit | 35b088753ffc2ed82071cf7e0c6538b2b47f9e92 (patch) | |
| tree | 98e86a937d26cabd21fb3ca2876ca03c28035497 /lib | |
| parent | d388156cb6f13a23110a21538ca9a33e56dd0853 (diff) | |
use path instead of full_path
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fake_agent.rb | 2 |
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, } |
