mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix a bug in the 'version' call
This commit is contained in:
parent
fbedf13ab2
commit
8861d9cd78
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue