Skip to content

Commit

Permalink
Make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
seankimdev committed Aug 30, 2023
1 parent cd7a1cd commit 535ac19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/buf/alpha/registry/v1alpha1/repository_branch.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message RepositoryBranch {
// The ID of the user who updated the branch.
string last_update_user_id = 6;
// The author name of the most recent associated git commit of the branch. May be null
// if the last branch update doesn't have a git commit associated.
// if the last branch update doesn't have a git commit associated.
string last_update_git_author_name = 7;
}

Expand Down

0 comments on commit 535ac19

Please sign in to comment.