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]