mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #1326 from jordansissel/fix-typo
Fix typo I somehow forgot to commit in the last PR
This commit is contained in:
commit
ab3801a07f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module LogStash
|
|||
end
|
||||
|
||||
def vendor_path(path)
|
||||
return ::File.join(LOGSTASH_HOME, "vendor", relative_path)
|
||||
return ::File.join(LOGSTASH_HOME, "vendor", path)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue