Update main.rs

error -> info Setting the remote dir name like the local.
pull/8/head
Denis S. Soldatov aka General-Beck 5 years ago committed by GitHub
parent 75aa64371f
commit b0668598a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,7 +133,7 @@ fn main() {
.find(|p| p.manifest_path == manifest_path)
.map_or_else(
|| {
error!("No metadata found. Use --manifest_path for execute");
info!("No metadata found. Setting the remote dir name like the local. Or use --manifest_path for execute");
project_dir.file_name().and_then(|x| x.to_str()).unwrap()
},
|p| &p.name,

Loading…
Cancel
Save