Use project dir name for remote

pull/9/head
Denis S. Soldatov aka General-Beck 5 years ago
parent 118c671c6f
commit 060ebe8889

@ -126,8 +126,7 @@ fn main() {
.find(|p| p.manifest_path == manifest_path)
.map_or_else(
|| {
error!("No project found.");
exit(-2);
info!("No metadata found. Use project dir name for remote");
},
|p| &p.name,
);

Loading…
Cancel
Save