diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-17 22:46:03 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-17 22:46:03 -0500 |
| commit | 124853accf386b836865c24dd9e3ceecb0528d65 (patch) | |
| tree | 07233fdadf8e34bbb8d39a2ae7a8a51e855b3dd2 | |
| parent | 751a27d4d50913a3ece996847937b0704c994dcc (diff) | |
drop unnecessary escaping
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 37e5947d..23d0836a 100644 --- a/static/build.html +++ b/static/build.html @@ -319,7 +319,7 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/<v <p>Obtain SSH public key for verifying tags:</p> - <pre>curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers</pre> + <pre>curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers</pre> <p>Verify the manifest:</p> |
