Use correct script name

The test script is incorrectly named in our contributor docs. Fix it up
with the correct name.
This commit is contained in:
Tobin Harding 2022-03-08 15:23:51 +11:00
parent f733dc0bbf
commit 3786680cc7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ PR authors may also find it useful to run the following script locally in order
to check that each of the commits within the PR satisfies the requirements to check that each of the commits within the PR satisfies the requirements
above, before submitting the PR to review: above, before submitting the PR to review:
```shell script ```shell script
BITCOIN_MSRV=1.29.0 ./contrib/ci.sh BITCOIN_MSRV=1.29.0 ./contrib/test.sh
``` ```
Please replace the value in `BITCOIN_MSRV=1.29.0` with the current MSRV from Please replace the value in `BITCOIN_MSRV=1.29.0` with the current MSRV from
[README.md]. [README.md].