Merge pull request #1326 from jordansissel/fix-typo

Fix typo I somehow forgot to commit in the last PR
This commit is contained in:
Jordan Sissel 2014-05-02 11:26:28 -07:00
commit ab3801a07f

View file

@ -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