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 3888aaf commit c519b85Copy full SHA for c519b85
rustup.sh
@@ -10,7 +10,7 @@ case $1 in
10
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
11
echo nightly-${TOOLCHAIN} > rust-toolchain
12
13
- echo "=> Uninstalling all old nighlies"
+ echo "=> Uninstalling all old nightlies"
14
for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_64); do
15
rustup toolchain uninstall $nightly
16
done
0 commit comments