From cbc56e8d0b68d33892bca8912c2745aa693952c9 Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Mon, 2 Sep 2024 07:39:02 +0200 Subject: [PATCH] Add correct GPG signing option. --- stowers/git/dot-gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stowers/git/dot-gitconfig b/stowers/git/dot-gitconfig index 5416f31..e4e879d 100644 --- a/stowers/git/dot-gitconfig +++ b/stowers/git/dot-gitconfig @@ -5,7 +5,7 @@ email = me@eyedevelop.org signingkey = ~/.ssh/id_ed25519.pub [commit] - gpgsign = true + gpgSign = true [pull] rebase = true [push]