- fix a bug in the 'version' call

This commit is contained in:
Jordan Sissel 2011-10-17 13:28:41 -07:00
parent fbedf13ab2
commit 8861d9cd78

View file

@ -95,7 +95,7 @@ class LogStash::Runner
return args
end # def run
def emit_version
def emit_version(args)
require "logstash/version"
puts "logstash #{LOGSTASH_VERSION}"