Skip to content

Commit

Permalink
corrected schema issue
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <[email protected]>
  • Loading branch information
stevespringett committed Jun 16, 2023
1 parent 03c280f commit be369a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.5.proto
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ message Lifecycles {
string name = 2;
}
// The description of the lifecycle phase
optional string description = 2;
optional string description = 3;
}

enum LifecyclePhase {
Expand Down

0 comments on commit be369a9

Please sign in to comment.