output SHA256 sum without spaces
This commit is contained in:
parent
402894405d
commit
cd1b2a0b26
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ let artifact
|
||||||
else txtf "%a" Fpath.pp filepath
|
else txtf "%a" Fpath.pp filepath
|
||||||
];
|
];
|
||||||
H.txt " ";
|
H.txt " ";
|
||||||
H.code [txtf "SHA256:%a" Ohex.pp sha256];
|
H.code [txtf "SHA256:%s" (Ohex.encode sha256)];
|
||||||
txtf " (%a)" Fmt.byte_size size;
|
txtf " (%a)" Fmt.byte_size size;
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue