summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-07-22 10:27:45 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-07-24 10:56:09 -0700
commitc5befe30931c3a6b62f002f11c869200f05ba3aa (patch)
treeac7d12f5ddae4747cb585f39152f39a7b1570e4d /doc/guides
parent748000e65cda3c18c4252896ae6f4671d20c42c7 (diff)
downloadandroid-node-v8-c5befe30931c3a6b62f002f11c869200f05ba3aa.tar.gz
android-node-v8-c5befe30931c3a6b62f002f11c869200f05ba3aa.tar.bz2
android-node-v8-c5befe30931c3a6b62f002f11c869200f05ba3aa.zip
doc: fix type in NSS update instructions
The perl script must be fully named, correct so that the command can be copy-pasted-run from the docs. PR-URL: https://github.com/nodejs/node/pull/28808 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/updating-root-certs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/updating-root-certs.md b/doc/guides/updating-root-certs.md
index f25f74a3e7..5cd82fbe2d 100644
--- a/doc/guides/updating-root-certs.md
+++ b/doc/guides/updating-root-certs.md
@@ -31,7 +31,7 @@ version in the [tag list][].
Update the tag in the commands below, and run:
```shell
cd tools/
-./mk-ca-bundle -v 2>_before
+./mk-ca-bundle.pl -v 2>_before
curl -O https://hg.mozilla.org/projects/nss/raw-file/NSS_3_41_RTM/lib/ckfw/builtins/certdata.txt
```