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>
This commit is contained in:
Sam Roberts 2019-07-22 10:27:45 -07:00
parent 748000e65c
commit c5befe3093

View File

@ -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
```