Skip to content

Commit

Permalink
small typo (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jsand@google.com>
  • Loading branch information
Jake Sanders committed Sep 14, 2021
1 parent e055194 commit e14b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/verify_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EXAMPLES
cosign verify-blob -key cosign.pub -signature $sig msg
# verify a signature with public key provided by URL
cosign verify-dockerfile -key https://host.for/<FILE> -signature $sig msg
cosign verify-blob -key https://host.for/<FILE> -signature $sig msg
# Verify a signature against a payload from another process using process redirection
cosign verify-blob -key cosign.pub -signature $sig <(git rev-parse HEAD)
Expand Down

0 comments on commit e14b69d

Please sign in to comment.