From 71408a4d9baaa75c0af08e5f2bf850183b47af4d Mon Sep 17 00:00:00 2001 From: Pascal Nasahl Date: Fri, 19 Jan 2024 11:46:42 +0100 Subject: [PATCH] [doc] Fix typo in signing readme This PR fixes a typo in the signing readme. Signed-off-by: Pascal Nasahl --- signing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/signing/README.md b/signing/README.md index 4598228049914..f5c5d85313484 100644 --- a/signing/README.md +++ b/signing/README.md @@ -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 @@ -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