From 0a2c4f9d642efd1044ee6492f77f637bbdd79628 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 7 Sep 2023 01:04:14 -0500 Subject: [PATCH] refactor(git): set new path for signing key --- dots/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.gitconfig b/dots/.gitconfig index 0e932d71..afbaa0c8 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -1,7 +1,7 @@ [user] name = Price Hiller email = price@orion-technologies.io - signingkey = /home/sam/.ssh/keys/id_ed25519 + signingkey = /home/sam/.ssh/keys/id_ed25519_signing [init] defaultBranch = Development