From 3786680cc770dff9bba9c4cf404f5d8214e9717a Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Tue, 8 Mar 2022 15:23:51 +1100 Subject: [PATCH] Use correct script name The test script is incorrectly named in our contributor docs. Fix it up with the correct name. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eca42753..36758802 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 above, before submitting the PR to review: ```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 [README.md].