Skip to content

Commit

Permalink
attestations: missing param
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 8, 2024
1 parent c82d4c9 commit dcee160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestations.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def attest_dist(dist: Path, signer: Signer) -> None:
if not dist.is_file():
die(f"Path looks like a distribution but is not a file: {dist}")

attest_dist(dist)
attest_dist(dist, signer)

0 comments on commit dcee160

Please sign in to comment.