Skip to content

Commit

Permalink
Minor proto comments updates
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <[email protected]>
  • Loading branch information
Vivek Singh committed Mar 31, 2020
1 parent 8a20b77 commit 1a213c1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/external/infra_proxy/infra_proxy.swagger.json

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

2 changes: 1 addition & 1 deletion api/external/infra_proxy/response/roles.pb.go

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

2 changes: 1 addition & 1 deletion api/external/infra_proxy/response/roles.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message Role {
}

message ExpandedRunList {
// Id of the run list collection.
// ID of the run list collection.
string id = 1;
// List of the run list.
repeated RunList run_list = 2;
Expand Down
2 changes: 1 addition & 1 deletion api/interservice/infra_proxy/response/roles.pb.go

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

2 changes: 1 addition & 1 deletion api/interservice/infra_proxy/response/roles.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message Role {
}

message ExpandedRunList {
// Id of the run list collection.
// ID of the run list collection.
string id = 1;
// List of the run list.
repeated RunList run_list = 2;
Expand Down

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

2 changes: 1 addition & 1 deletion components/automate-gateway/api/infra_proxy.pb.swagger.go

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

0 comments on commit 1a213c1

Please sign in to comment.