Skip to content

Commit c0a0448

Browse files
sam-githubtargos
authored andcommitted
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: #28808 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 86f4c68 commit c0a0448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/updating-root-certs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version in the [tag list][].
3131
Update the tag in the commands below, and run:
3232
```shell
3333
cd tools/
34-
./mk-ca-bundle -v 2>_before
34+
./mk-ca-bundle.pl -v 2>_before
3535
curl -O https://hg.mozilla.org/projects/nss/raw-file/NSS_3_41_RTM/lib/ckfw/builtins/certdata.txt
3636
```
3737

0 commit comments

Comments
 (0)