diff --git a/src/main.rs b/src/main.rs index f7915bc..ea3405a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,