Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Hibare <[email protected]>
  • Loading branch information
hibare committed Jan 21, 2024
1 parent 18b3a20 commit cbc8271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ download_asset() (
if is_command "${COSIGN_BINARY}"; then
log_trace "${COSIGN_BINARY} binary is installed"
else
log_err "${COSIGN_BINARY} binary is not installed. Follow steps from https://docs.sigstore.dev/system_config/installation/ to install it."
log_err "Signature verification is requested but ${COSIGN_BINARY} binary is not installed. Follow steps from https://docs.sigstore.dev/system_config/installation/ to install it."
return 1
fi

Expand Down

0 comments on commit cbc8271

Please sign in to comment.