Skip to content

Commit

Permalink
fix flag value
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Lancaster <[email protected]>
  • Loading branch information
malancas committed Mar 6, 2024
1 parent e171f97 commit e43d98f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ $? -ne 0 ]; then
exit 1
fi

$ghBuildPath attestation verify $packageFile -b $attestationFile --digest-alg=sha512 --repo=sigstore-js
$ghBuildPath attestation verify $packageFile -b $attestationFile --digest-alg=sha512 --repo=sigstore/sigstore-js
if [ $? -ne 0 ]; then
# cleanup test data
echo "Failed to verify package with --repo flag"
Expand Down

0 comments on commit e43d98f

Please sign in to comment.