Skip to content

Commit 2cadc97

Browse files
authored
Updated comment upon feedback
Signed-off-by: Martin Vrachev <[email protected]>
1 parent 30a108e commit 2cadc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/repository_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ def generate_snapshot_metadata(metadata_directory, version, expiration_date,
14761476
metadata_directory = _check_directory(metadata_directory)
14771477

14781478
# Snapshot's 'fileinfodict' shall contain the version number of Root,
1479-
# Targets, and all delegated roles to the repository.
1479+
# Targets, and all delegated roles of the repository.
14801480
fileinfodict = {}
14811481
fileinfodict[TARGETS_FILENAME] = get_metadata_versioninfo(targets_filename,
14821482
repository_name)

0 commit comments

Comments
 (0)