fix(bootstrap) info message show correct path now

This commit is contained in:
Vitaliy Busko 2023-10-19 08:52:46 +07:00 committed by GitHub
parent e1aa9edde0
commit 2d144d2115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ pub fn setup(config: &Config, profile: Profile) {
eprintln!();
eprintln!(
"note: the `tools` profile sets up the `stage2` toolchain (use \
`rustup toolchain link 'name' host/build/stage2` to use rustc)"
`rustup toolchain link 'name' build/host/stage2` to use rustc)"
)
}