Fix bug where the lts version is used for init

main
trivernis 1 year ago
parent 66124d0a65
commit c08dd90e5f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,5 +1,11 @@
# Changelog
## 0.5.2
### Fixed
- bug on initialization where it tries to map binaries with the lts version instead of the selected one
## 0.5.1
### Fixed

@ -195,6 +195,7 @@ impl Nenv {
};
self.repo.install_version(&version).await?;
self.active_version = version;
self.get_mapper().await?.remap_additive().await?;
println!("{}", "Initialized!".green());

Loading…
Cancel
Save