From 8e297a4d2116e72d8a9cb544abb12e8dc9e41de0 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Tue, 27 Feb 2024 15:42:58 +0100 Subject: [PATCH] fix(git): Typo in signingkey var for config Signed-off-by: Noah Knegt --- .config/git/git.noahknegt.com.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/git.noahknegt.com.gitconfig b/.config/git/git.noahknegt.com.gitconfig index 18dfe31..4e884c8 100644 --- a/.config/git/git.noahknegt.com.gitconfig +++ b/.config/git/git.noahknegt.com.gitconfig @@ -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]