Skip to content

Commit 6c357ad

Browse files
committed
fix: update gen_proto.sh to use uv run protol
1 parent 9e7cb06 commit 6c357ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm -rf "$dest_dir/proto"
1818

1919
# Generate the new python protobuf files
2020
buf generate
21-
protol --in-place --create-package --python-out "$dest_dir" buf
21+
uv run protol --in-place --create-package --python-out "$dest_dir" buf
2222

2323
# Remove the old extension files
2424
rm -rf "$extension_dir"

0 commit comments

Comments
 (0)