aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorNicholas Johnson <>2026-09-03 00:00:00 +0000
committerNicholas Johnson <>2026-09-03 00:00:00 +0000
commit68b6793a5dacdb74c0561c593d0bb88ebb6e781bc6f6813ad9cb7e79f18180e1 (patch)
tree4b9113aacf68d03d882d43fb81f70e5d497eb411694975a7facdf5ae980f1762 /content
parentacbdf66c4f34c51b097a1f9c43d815202086d1c878f7d53f22e952a5c62aded2 (diff)
downloadjournal-68b6793a5dacdb74c0561c593d0bb88ebb6e781bc6f6813ad9cb7e79f18180e1.tar.gz
journal-68b6793a5dacdb74c0561c593d0bb88ebb6e781bc6f6813ad9cb7e79f18180e1.zip
Remove extra semicolon
Diffstat (limited to 'content')
-rw-r--r--content/about.md2
1 files changed, 1 insertions, 1 deletions
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!