Fix gpg program to use
The latest homebrew upgrade seems to no longer provide gpg and instead provides gpg2.
This commit is contained in:
parent
28a3897995
commit
0d49f3bcbc
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
editor = vim
|
||||
excludesfile = ~/.gitignore_global
|
||||
filemode = false
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[push]
|
||||
|
|
Loading…
Reference in a new issue