fix flag value
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
e171f97b73
commit
e43d98fce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue