Skip to content

Commit a8a7cea

Browse files
authored
Merge pull request #135 from jku/metafiles-format-fix
Fix METAFILES definition to match the text
2 parents 7380e1a + 4f5783f commit a8a7cea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tuf-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <p align="center">The Update Framework Specification
22

3-
Last modified: **25 November 2020**
3+
Last modified: **1 December 2020**
44

5-
Version: **1.0.13**
5+
Version: **1.0.14**
66

77
We strive to make the specification easy to implement, so if you come across
88
any inconsistencies or experience any difficulty, do let us know by sending an
@@ -734,8 +734,8 @@ repo](https://github.com/theupdateframework/specification/issues).
734734

735735
{ METAPATH : {
736736
"version" : VERSION,
737-
("length" : LENGTH, |
738-
"hashes" : HASHES) }
737+
("length" : LENGTH,)
738+
("hashes" : HASHES) }
739739
, ...
740740
}
741741

0 commit comments

Comments
 (0)