chore: add awk escapes for openpgp keyserver

This commit is contained in:
Christopher Horrell 2022-03-19 21:55:55 -04:00
parent 107c9cf593
commit 150bfc1408
No known key found for this signature in database
GPG Key ID: 6E82CA4127747B7C
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh -ex
curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver hkps://keys.openpgp.org --recv-keys/ {print $NF}' > keys/node.keys
curl -fsSLo- --compressed https://github.com/nodejs/node/raw/master/README.md | awk '/^gpg --keyserver hkps:\/\/keys\.openpgp\.org --recv-keys/ {print $NF}' > keys/node.keys