Skip to content

Commit ae85f64

Browse files
authored
Fix error with the install script (#2635)
Co-authored-by: John Detter <[email protected]>
1 parent 65e12b9 commit ae85f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/update/src/cli/install.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ pub(super) async fn download_and_install(
117117
pb.set_message("unpacking...");
118118

119119
let version_dir = paths.cli_bin_dir.version_dir(&release_version.to_string());
120+
version_dir.create()?;
120121
match artifact_type {
121122
ArtifactType::TarGz => {
122123
let tgz = archive.aggregate().reader();

0 commit comments

Comments
 (0)