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
|
@ -10,4 +10,4 @@ for arg; do
|
|||
args+=($arg)
|
||||
fi
|
||||
done
|
||||
exec gpg2 --no-tty "${(@)args}"
|
||||
exec gpg --no-tty "${(@)args}"
|
Loading…
Add table
Add a link
Reference in a new issue