Skip to content

Commit

Permalink
Merge branch 'fix/proto-files-path' of https://github.com/Kong/kong i…
Browse files Browse the repository at this point in the history
…nto fix/proto-files-path
  • Loading branch information
mayocream committed Jun 7, 2022
2 parents ee4f37f + f94a457 commit 095fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/runloop/plugin_servers/pb_rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ end
local function load_service()
local p = grpc_tools.new()

local parsed = p:loadfile("kong/pluginsocket.proto")
local parsed = p.protoc_instance:loadfile("kong/pluginsocket.proto")

local service = {}
for i, s in ipairs(parsed.service) do
Expand Down

0 comments on commit 095fef1

Please sign in to comment.