Skip to content

Fix proto capitalization#2813

Merged
anshulpundir merged 1 commit intomoby:masterfrom
dperny:fix-proto-capitalization
Feb 1, 2019
Merged

Fix proto capitalization#2813
anshulpundir merged 1 commit intomoby:masterfrom
dperny:fix-proto-capitalization

Conversation

@dperny
Copy link
Copy Markdown
Collaborator

@dperny dperny commented Feb 1, 2019

A previous change (#2771) just a few commits before this accidentally introduced a proto field "Config" which was capitalizad. This lower-cases it, bringing it in line with the rest of the proto definitions. This would create an API incompatibility, but the errant revision has not shipped upstream yet, and so this change is acceptable.

Signed-off-by: Drew Erny drew.erny@docker.com

A previous change just a few commits before this accidentally introduced
a proto field "Config" which was capitalizad. This lower-cases it,
bringing it in line with the rest of the proto definitions. This would
create an API incompatibility, but the errant revision has not shipped
upstream yet, and so this change is acceptable.

Signed-off-by: Drew Erny <drew.erny@docker.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 1, 2019

Codecov Report

Merging #2813 into master will decrease coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #2813      +/-   ##
=========================================
- Coverage   62.05%   61.9%   -0.15%     
=========================================
  Files         137     137              
  Lines       22107   22144      +37     
=========================================
- Hits        13718   13708      -10     
- Misses       6912    6963      +51     
+ Partials     1477    1473       -4

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants