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:
parent
f733dc0bbf
commit
3786680cc7
|
@ -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].
|
||||||
|
|
Loading…
Reference in New Issue