Skip to content

Commit

Permalink
Update external management with main
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jun 17, 2024
1 parent 7b452ae commit 31a937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-toolchain/src/managed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl InstalledToolchain {
.path
.join("install")
.join(lib)
.join(format!("python{}", self.python_version.python_version()))
.join(format!("python{}", self.key.version()))
.join("EXTERNALLY-MANAGED");
fs_err::write(file, EXTERNALLY_MANAGED)?;
Ok(())
Expand Down

0 comments on commit 31a937a

Please sign in to comment.