1
0
Fork 0
mirror of https://github.com/imjasonh/cosign-docker-cli-plugins synced 2026-07-06 18:42:28 +00:00

PR via tweet :)

This commit is contained in:
Jason Hall 2022-04-07 16:25:22 -04:00
parent 0ae5860d43
commit 53173b5a7c

View file

@ -17,7 +17,7 @@ if [ "$#" -lt 2 ]; then
exit 1
fi
if [[ -x "cosign" ]]; then
if ! command -v cosign &> /dev/null; then
echo "Must install cosign, please refer to installation page https://docs.sigstore.dev/cosign/installation/"
exit 1
fi