Skip to content

Commit

Permalink
feat(manager): display download path
Browse files Browse the repository at this point in the history
  • Loading branch information
loziniak committed Mar 16, 2024
1 parent e464609 commit 52a62d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sn_node_manager/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ pub async fn download_and_extract_release(
};
};
pb.finish_and_clear();
println!("Download completed");

let safenode_download_path =
release_repo.extract_release_archive(&archive_path, &temp_dir_path)?;

println!("Download completed: {}", &safenode_download_path.display());

// Finally, obtain the version number from the binary by running `--version`. This is useful
// when the `--url` argument is used, and in any case, ultimately the binary we obtained is the
// source of truth.
Expand Down

0 comments on commit 52a62d8

Please sign in to comment.