We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e12b9 commit ae85f64Copy full SHA for ae85f64
1 file changed
crates/update/src/cli/install.rs
@@ -117,6 +117,7 @@ pub(super) async fn download_and_install(
117
pb.set_message("unpacking...");
118
119
let version_dir = paths.cli_bin_dir.version_dir(&release_version.to_string());
120
+ version_dir.create()?;
121
match artifact_type {
122
ArtifactType::TarGz => {
123
let tgz = archive.aggregate().reader();
0 commit comments