]> git.lizzy.rs Git - rust.git/blobdiff - rustup.sh
Remove config parameter of optimize_fat and avoid interior mutability for module
[rust.git] / rustup.sh
index 01ce5bb78be0f4ebc32253a55ae17a8527e75fbf..11d39a122f559fbf7575f4dcd5fc1ca16ecf130d 100755 (executable)
--- a/rustup.sh
+++ b/rustup.sh
@@ -10,7 +10,7 @@ case $1 in
         rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
         echo nightly-${TOOLCHAIN} > rust-toolchain
 
-        echo "=> Uninstalling all old nighlies"
+        echo "=> Uninstalling all old nightlies"
         for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_64); do
             rustup toolchain uninstall $nightly
         done