chore: make fpcc actually kind of fast

- fix install_typos.sh script
This commit is contained in:
Arthur Meyre
2025-12-09 10:47:46 +01:00
committed by IceTDrinker
parent 4da1e19d5c
commit 8888c046de
2 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ do
done
if [[ "${rust_toolchain::1}" != "+" ]]; then
rust_toolchain=${rust_toolchain:"+${rust_toolchain}"}
rust_toolchain=${rust_toolchain:+"+${rust_toolchain}"}
fi
if ! which typos ; then