fix: 🐛 Fix toolchain_destination path

This commit is contained in:
Sergio Gasquez 2022-09-20 06:59:28 +00:00
parent fcd0bcef79
commit d6fb3dd3aa

View File

@ -178,8 +178,7 @@ impl RustToolchain {
let toolchain_destination = args
.toolchain_destination
.clone()
.unwrap_or_else(|| rustup_home.join("/toolchains/esp"));
.unwrap_or_else(|| rustup_home.join("toolchains").join("esp"));
Self {
dist_file,
dist_url,