fix flag value

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-06 13:59:43 -07:00
parent e171f97b73
commit e43d98fce6

View file

@ -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"