We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd90f8 commit ae2f203Copy full SHA for ae2f203
scripts/rustup.sh
@@ -11,7 +11,7 @@ case $1 in
11
sed -i "s/\"nightly-.*\"/\"nightly-${TOOLCHAIN}\"/" rust-toolchain
12
rustup component add rustfmt || true
13
14
- echo "=> Uninstalling all old nighlies"
+ echo "=> Uninstalling all old nightlies"
15
for nightly in $(rustup toolchain list | grep nightly | grep -v "$TOOLCHAIN" | grep -v nightly-x86_64); do
16
rustup toolchain uninstall "$nightly"
17
done
0 commit comments