Skip to content

Commit

Permalink
chore: add awk escapes for openpgp keyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
chorrell committed Mar 20, 2022
1 parent 107c9cf commit 150bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-keys.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 150bfc1

Please sign in to comment.