Skip to content

Commit

Permalink
Fix the argument to the telemetry forwarder command
Browse files Browse the repository at this point in the history
  • Loading branch information
iamluc committed Oct 21, 2024
1 parent 28b1d66 commit 815c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/host_inject.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def emit(pid, version, events)
require 'open3'
require 'json'

Open3.capture2e([fowarder, 'library_entrypoint'], stdin_data: payload.to_json)
Open3.capture2e(fowarder, 'library_entrypoint', stdin_data: payload.to_json)
end
end
end
Expand Down

0 comments on commit 815c308

Please sign in to comment.