Skip to content

Commit

Permalink
Fixed incorrect package location codegen (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
nydrani authored and andrewemeryanz committed Jun 2, 2021
1 parent c353928 commit 76b20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/arrai/grpc_client.arrai
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 76b20a4

Please sign in to comment.