Skip to content

Commit 1ef762c

Browse files
committed
Fix gen protos script
1 parent 77eb190 commit 1ef762c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gen_protos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
base_dir = Path(__file__).parent.parent
1212
proto_dir = (
13-
base_dir / "temporalio" / "bridge" / "sdk-core" / "crates" / "common" / "protos"
13+
base_dir / "temporalio" / "bridge" / "sdk-core" / "crates" / "protos" / "protos"
1414
)
1515
api_proto_dir = proto_dir / "api_upstream"
1616
api_cloud_proto_dir = proto_dir / "api_cloud_upstream"

0 commit comments

Comments
 (0)