Skip to content

Commit

Permalink
- add rubygems to the agent runner entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 9, 2011
1 parent 1a1a3c6 commit cf7bcdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/logstash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

$: << File.dirname($0) + "/../lib"

require "rubygems"
require "logstash/agent"

agent = LogStash::Agent.new
Expand Down

0 comments on commit cf7bcdc

Please sign in to comment.