From 150bfc1408f474ba8e086a5e04facc5f2ef2c7f2 Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Sat, 19 Mar 2022 21:55:55 -0400 Subject: [PATCH] chore: add awk escapes for openpgp keyserver --- update-keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-keys.sh b/update-keys.sh index f8e70d8b1..b933d8e36 100755 --- a/update-keys.sh +++ b/update-keys.sh @@ -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