mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
- don't print
This commit is contained in:
parent
5069f62863
commit
1440d65801
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class File
|
|||
# 'expand_path' on "/" will return "C:/" on windows.
|
||||
# So like.. we don't want that because technically this
|
||||
# is the root of the jar, not of a disk.
|
||||
puts :fix_jar_path => ["#{jar}!#{resource.gsub(/^[A-Za-z]:/, "")}"]
|
||||
#puts :fix_jar_path => ["#{jar}!#{resource.gsub(/^[A-Za-z]:/, "")}"]
|
||||
return "#{jar}!#{resource.gsub(/^[A-Za-z]:/, "")}"
|
||||
else
|
||||
return "#{jar}!#{resource}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue