Skip to content

Commit

Permalink
[doc] Fix typo in signing readme
Browse files Browse the repository at this point in the history
This PR fixes a typo in the signing readme.

Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Jan 19, 2024
1 parent c8de39a commit fb636b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ updates the manifest and public key. Then, SHA256 digests are computed
for each binary.

```console
bazel build //siging/examples:digests
bazel build //signing/examples:digests
```

The bazel `offline_presigning_artifacts` rule updates the binary with
Expand Down Expand Up @@ -175,7 +175,7 @@ secure facility and a signing ceremony would be performed to create the
detached signatures.

```console
bazel build //siging/examples:fake
bazel build //signing/examples:fake
```

The bazel `offline_fake_sign` rule performs the same RSA signing
Expand Down

0 comments on commit fb636b7

Please sign in to comment.