Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacf committed May 20, 2024
1 parent 622311e commit 18756e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/bootz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ message SoftwareImage {
// An HTTP location from where the OS file can be downloaded.
string url = 3;
// Hash of the OS image. The device must verify that the hash of the
// downloaded OS image matches this. The format of this field is a `hex-string`,
// identified in RFC6991 as "A hexadecimal string with octets represented as
// hex digits separated by colons. The canonical representation uses
// lowercase characters."
// downloaded OS image matches this. The format of this field is a
// `hex-string`, identified in RFC6991 as "A hexadecimal string with
// octets represented as hex digits separated by colons.
// The canonical representation uses lowercase characters."
string os_image_hash = 4;
// The identity of the hash algorithm used. These hash identiities are
// defined in sZTP RFC 8572. There is currenty only one hash algorithm
Expand Down

0 comments on commit 18756e7

Please sign in to comment.