Skip to content

Commit 293aa2e

Browse files
authored
Merge pull request #2968 from akerouanton/fix-capability-drop-comment
Fix bad comment on capability_drop field in protobuf def
2 parents 035d564 + 264af21 commit 293aa2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/specs.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/specs.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ message ContainerSpec {
358358

359359
// CapabilityAdd sets the list of capabilities to add to the default capability list
360360
repeated string capability_add = 27;
361-
// CapabilityAdd sets the list of capabilities to drop from the default capability list
361+
// CapabilityDrop sets the list of capabilities to drop from the default capability list
362362
repeated string capability_drop = 28;
363363
}
364364

0 commit comments

Comments
 (0)