From 76b20a4f16ac55023d4eed5092701a8b291ed5f0 Mon Sep 17 00:00:00 2001 From: Victor Zhang <7161824+nydrani@users.noreply.github.com> Date: Tue, 23 Jun 2020 16:49:10 +1000 Subject: [PATCH] Fixed incorrect package location codegen (#138) --- codegen/arrai/grpc_client.arrai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/arrai/grpc_client.arrai b/codegen/arrai/grpc_client.arrai index dd4fa8a8..fede2550 100644 --- a/codegen/arrai/grpc_client.arrai +++ b/codegen/arrai/grpc_client.arrai @@ -56,7 +56,7 @@ "context" "time" - pb "${proj_location}/${jsontool.attr("go_pb_package", app)}" + pb "${proj_location}/${//seq.sub(jsontool.attr("package", app), ".", "/")}" "google.golang.org/grpc" )