Fix typo I somehow forgot to commit in the last PR

This commit is contained in:
Jordan Sissel 2014-05-02 11:24:05 -07:00
parent b1e1df4cc5
commit ed0faf7c2e

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