fix(git): Typo in signingkey var for config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-02-27 15:42:58 +01:00
parent e5fd2bd961
commit 8e297a4d21

View File

@@ -1,7 +1,7 @@
[user]
name = Noah Knegt
email = git@noahknegt.com
singingkey = /home/noahk/.ssh/id_ed25519.pub
signingkey = /home/noahk/.ssh/id_ed25519.pub
[gpg]
format = ssh
[commit]