From 860ecdd3763ce20df6900e69f13b50ef0c154729 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 24 Sep 2020 01:53:30 -0600 Subject: [PATCH] Fix typos (#12446) --- RELEASE.md | 2 +- ci/publish-crate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index eddedbddb..1e31d89d3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -152,5 +152,5 @@ appearing. To check for progress: [Crates.io](https://crates.io/crates/solana) should have an updated Solana version. This can take 2-3 hours, and sometimes fails in the `solana-secondary` job. If this happens and the error is non-fatal, click "Retry" on the "publish crate" job -### Update software on devnet.solana.com/testnet.solama.com/mainnet-beta.solana.com +### Update software on devnet.solana.com/testnet.solana.com/mainnet-beta.solana.com See the documentation at https://github.com/solana-labs/cluster-ops/ diff --git a/ci/publish-crate.sh b/ci/publish-crate.sh index 3e332adf5..8d0448be4 100755 --- a/ci/publish-crate.sh +++ b/ci/publish-crate.sh @@ -38,7 +38,7 @@ for Cargo_toml in $Cargo_tomls; do crate_name=$(grep -m 1 '^name = ' "$Cargo_toml" | cut -f 3 -d ' ' | tr -d \") if grep -q "^publish = false" "$Cargo_toml"; then - echo "$crate_name is is marked as unpublishable" + echo "$crate_name is marked as unpublishable" continue fi