Skip to content

Commit be369a9

Browse files
corrected schema issue
Signed-off-by: Steve Springett <[email protected]>
1 parent 03c280f commit be369a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.5.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ message Lifecycles {
446446
string name = 2;
447447
}
448448
// The description of the lifecycle phase
449-
optional string description = 2;
449+
optional string description = 3;
450450
}
451451

452452
enum LifecyclePhase {

0 commit comments

Comments
 (0)