Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
Signed-off-by: Facundo Tuesca <[email protected]>
  • Loading branch information
facutuesca committed Dec 6, 2024
1 parent 59fbba6 commit 111f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-attestations/src/convert_attestations/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ def main() -> None:
f.write(f"output-dir={output_dir}")

_logger.info(
"OK: %s attestations converted and written to {output_dir.absolute()}", len(attestations)
"OK: %s attestations converted and written to %s", len(attestations), output_dir.absolute()
)

0 comments on commit 111f1ca

Please sign in to comment.