mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Download and verify cosign signatures
This commit is contained in:
parent
7f83505ae9
commit
4073a62fd4
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def get_log_index_from_signatures(signatures: List[Dict]) -> int:
|
|||
def write_log_index(log_index: int) -> None:
|
||||
last_log_index_path = SIGNATURES_PATH / "last_log_index"
|
||||
|
||||
with open(log_index, "w") as f:
|
||||
with open(last_log_index_path, "w") as f:
|
||||
f.write(str(log_index))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue