docs: update

This commit is contained in:
Dylan Araps 2019-02-25 01:09:17 +02:00
parent 9767b9d4f8
commit ce2cc52900
1 changed files with 1 additions and 1 deletions

2
pash
View File

@ -125,7 +125,7 @@ get_args() {
main() {
get_args "$@"
mapfile -t gpg < <(type -p gdg gpg2) && [[ ! -x ${gpg[0]} ]] &&
mapfile -t gpg < <(type -p gpg gpg2) && [[ ! -x ${gpg[0]} ]] &&
die "GPG not found."
[[ -r /dev/urandom ]] ||