Skip to content

Commit

Permalink
Update sigstore/_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <william@trailofbits.com>
Signed-off-by: Alex Cameron <ascottcameron@gmail.com>
  • Loading branch information
tetsuo-cpp and woodruffw authored Nov 30, 2022
1 parent 6c2168b commit d8b25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def _verify(args: argparse.Namespace) -> None:
args.certificate_chain.read_text()
)
except SplitCertificateChainError as error:
args._parser.error(f"Failed to split certificate chain: {error}")
args._parser.error(f"Failed to parse certificate chain: {error}")

verifier = Verifier(
rekor=RekorClient(
Expand Down

0 comments on commit d8b25d5

Please sign in to comment.