Skip to content

Commit

Permalink
fix protoc rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Aug 29, 2024
1 parent 7b119f1 commit 9b2ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/codegen/protobuf/protoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def generate_exe(self, plat: Platform) -> str:


def rules():
return UnionRule(ExportableTool, Protoc)
return (UnionRule(ExportableTool, Protoc),)

0 comments on commit 9b2ab1c

Please sign in to comment.