Skip to content

Commit

Permalink
Merge pull request #131 from melzhan/main
Browse files Browse the repository at this point in the history
Fix typo CertzArtifact -> CertzProfile
  • Loading branch information
gmacf authored Mar 13, 2024
2 parents e3a0d45 + 8200c9f commit e7b9ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/bootz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ message BootstrapDataResponse {
CertzProfiles certz_profiles = 10;
}

// CertzArtifacts contains the Certz profiles and entities to create.
// CertzProfiles contains the Certz profiles and entities to create.
// The profiles cannot contain duplicate id's and must never contain
// the id `system_default_profile`.
message CertzProfiles {
repeated CertzProfile profiles = 1;
}

// CertzArtifact is the profile ID and Certz entities for the profile.
// CertzProfile is the profile ID and Certz entities for the profile.
message CertzProfile {
string ssl_profile_id = 1;
gnsi.certz.v1.UploadRequest certz = 2;
Expand Down

0 comments on commit e7b9ff3

Please sign in to comment.