From b44c53bb7511f5a3d98e36b1777fc6e5841858b7 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Mon, 9 Sep 2024 11:38:08 +0300 Subject: [PATCH] Fix small typos in ci README --- ci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/README.md b/ci/README.md index 5bb702f..c698f90 100644 --- a/ci/README.md +++ b/ci/README.md @@ -75,7 +75,7 @@ All repositories MUST include a `REPO_DIR/contrib/crates.sh` script: CRATES=("base58" "bitcoin" "fuzz" "hashes" "internals" "io" "units") ``` -`CRATES` MUST be an array. If repository is not a workspace use `CRATES=(".")`). +`CRATES` MUST be an array. If repository is not a workspace use `CRATES=(".")`. ### Per crate environment variables @@ -178,7 +178,7 @@ jobs: Have a file in the repository root with the nightly toolchain version to use. ```bash -$ cat nightly_version +$ cat nightly-version nightly-2024-04-30 ``` @@ -222,4 +222,4 @@ jobs: run: cp Cargo-${{ matrix.dep }}.lock Cargo.lock - name: "Run test script" run: ./maintainer-tools/ci/run_task.sh nightly -``` \ No newline at end of file +```