We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c5b6f commit c5d2038Copy full SHA for c5d2038
scripts/release/kubectl-mongodb/kubectl_mac_notarize.sh
@@ -33,7 +33,7 @@ if [[ -f "./dist/kubectl-mongodb_darwin_amd64_v1/kubectl-mongodb" && -f "./dist/
33
unzip -l ./dist/kubectl-mongodb_macos_signed.zip
34
echo "done"
35
36
- echo "running unzip -t to verify that the op zip file of macnotary is correct"
+ echo "running unzip -t ./dist/kubectl-mongodb_macos_signed.zip to verify that the op zip file of macnotary is correct"
37
unzip -t ./dist/kubectl-mongodb_macos_signed.zip
38
39
0 commit comments