Skip to content

Commit

Permalink
fix(bootstrap) info message show correct path now
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenex committed Oct 19, 2023
1 parent e1aa9ed commit 2d144d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
)
}

Expand Down

0 comments on commit 2d144d2

Please sign in to comment.