Fix gpg program to use

The latest homebrew upgrade seems to no longer provide gpg and instead
provides gpg2.
This commit is contained in:
Andrew Tomaka 2017-05-02 08:59:36 -04:00
parent 28a3897995
commit 0d49f3bcbc
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86

View file

@ -36,6 +36,8 @@
editor = vim
excludesfile = ~/.gitignore_global
filemode = false
[gpg]
program = gpg2
[merge]
tool = vimdiff
[push]