We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c5f18 commit be6e08eCopy full SHA for be6e08e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chaindev"
3
-version = "0.52.9"
+version = "0.52.10"
4
edition = "2021"
5
authors = ["hui.fan@mail.ru"]
6
description = "Powerful development and testing utils for blockchain developers."
src/common/remote.rs
@@ -249,7 +249,7 @@ pub fn get_file_from_hosts(
249
// Print good resp at first,
250
local_paths.sort_by(|a, b| a.0.cmp(&b.0));
251
local_paths.into_iter().for_each(|(h, p)| {
252
- println!("HOST-[{h}] file are stored at:\n\t{p}");
+ println!("HOST-[{h}] The file has been put at:\n\t{p}");
253
});
254
}
255
0 commit comments