fix: pass options to gpg correctly on linux

This commit is contained in:
AJ ONeal
2022-03-08 08:34:07 +00:00
parent 7a06af314c
commit 043fcd3ca0
+1 -1
View File
@@ -80,7 +80,7 @@ function _create_gpg_key() {
Passphrase: ${REPLY}
Expire-Date: 0
%commit
" --batch --generate-key > gpg
" | gpg --batch --generate-key
fi
echo >&2 "Done"
}