From 68b6793a5dacdb74c0561c593d0bb88ebb6e781bc6f6813ad9cb7e79f18180e1 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Thu, 3 Sep 2026 00:00:00 +0000 Subject: Remove extra semicolon --- content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/about.md') diff --git a/content/about.md b/content/about.md index 7d5e73c..122b94d 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ git clone --recursive 'https://git.nicholasjohnson.ch/journal/' && cd journal # step 2 - create an allowed signers file (e.g: ~/.ssh/allowed_signers) { printf '%s' 'nicholas '; curl -s https://nicholasjohnson.ch/static/signing-key_mldsa44_ed25519.pub; } > ~/.ssh/allowed_signers -# step 3 - configure Git to use the allowed signers file: +# step 3 - configure Git to use the allowed signers file git config gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers # step 4 - verify commits! -- cgit v1.2.3