Skip to content

Commit 30ffa26

Browse files
tetsuo-cppwoodruffw
andcommitted
Update sigstore/_cli.py
Co-authored-by: William Woodruff <william@trailofbits.com> Signed-off-by: Alex Cameron <asc@tetsuo.sh>
1 parent 6c2168b commit 30ffa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def _verify(args: argparse.Namespace) -> None:
557557
args.certificate_chain.read_text()
558558
)
559559
except SplitCertificateChainError as error:
560-
args._parser.error(f"Failed to split certificate chain: {error}")
560+
args._parser.error(f"Failed to parse certificate chain: {error}")
561561

562562
verifier = Verifier(
563563
rekor=RekorClient(

0 commit comments

Comments
 (0)