summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-17 22:46:03 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-17 22:46:03 -0500
commit124853accf386b836865c24dd9e3ceecb0528d65 (patch)
tree07233fdadf8e34bbb8d39a2ae7a8a51e855b3dd2
parent751a27d4d50913a3ece996847937b0704c994dcc (diff)
drop unnecessary escaping
-rw-r--r--static/build.html2
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 &gt; ~/.ssh/grapheneos_allowed_signers</pre>
+ <pre>curl https://grapheneos.org/allowed_signers > ~/.ssh/grapheneos_allowed_signers</pre>
<p>Verify the manifest:</p>