Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Kapil Sharma <ks3913688@gmail.com>
  • Loading branch information
h4l0gen committed May 31, 2024
1 parent b505659 commit be4b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuf/repository/_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def do_snapshot(

if not root.verify_delegate(
Snapshot.type, snapshot_md.signed_bytes(), snapshot_md.signatures
):
):
update_version = True

with self.edit_snapshot() as snapshot:
Expand Down

0 comments on commit be4b4ef

Please sign in to comment.