Skip to content

Commit

Permalink
Adds missing reserved field name
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisJBurns <[email protected]>
  • Loading branch information
ChrisJBurns committed Jun 8, 2024
1 parent c4c711e commit 7513600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ message UpstreamRepositoryRef {

message Repository {
reserved 15;
reserved "registered";
optional string id = 1; // This is optional when returning remote repositories
optional Context context = 2;
string owner = 3;
Expand Down

0 comments on commit 7513600

Please sign in to comment.