Skip to content

Commit

Permalink
Update branch_service.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Snyder <[email protected]>
  • Loading branch information
bufdev and nicksnyder authored Dec 1, 2023
1 parent ea3b724 commit f592c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buf/registry/module/v1beta1/branch_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ message PushRequest {
//
// The last Commit will become the head Commit on the Branch.
//
// If the Commit already exists on the Branch, an error is returned.
// If any of these Commits already exist on the Branch, an error is returned.
repeated string commit_ids = 2 [
(buf.validate.field).repeated.min_items = 1,
(buf.validate.field).repeated.items = {
Expand Down

0 comments on commit f592c6b

Please sign in to comment.