Migrate gpg wrapper from using gpg2 to just gpg, because GnuPG 2.1.23 removes the 'gpg2' alias
This commit is contained in:
parent
7f211abcf8
commit
adf91732a8
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
arguments = --preserve-merges
|
||||
|
||||
[gpg]
|
||||
program = gpg2-for-git-signing
|
||||
program = gpg-for-git-signing
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
|
|
@ -10,4 +10,4 @@ for arg; do
|
|||
args+=($arg)
|
||||
fi
|
||||
done
|
||||
exec gpg2 --no-tty "${(@)args}"
|
||||
exec gpg --no-tty "${(@)args}"
|
Loading…
Reference in a new issue