Skip to content

Commit 150bfc1

Browse files
committed
chore: add awk escapes for openpgp keyserver
1 parent 107c9cf commit 150bfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh -ex
22

3-
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
3+
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 commit comments

Comments
 (0)