chore: Update warning message
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
nonnominandus
|
nonnominandus
|
||||||
Maximilian Volk
|
Maximilian Volk
|
||||||
|
Baptiste (@BapRx)
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ fn find_repos(root: &Path) -> Result<Option<(Vec<repo::Repo>, Vec<String>, bool)
|
|||||||
Ok(t) => t,
|
Ok(t) => t,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
warnings.push(format!(
|
warnings.push(format!(
|
||||||
"{}: Could not detect remote type of \"{}\". Reason: {}",
|
"{}: Could not handle URL {}. Reason: {}",
|
||||||
&path::path_as_string(&path),
|
&path::path_as_string(&path),
|
||||||
&url,
|
&url,
|
||||||
e
|
e
|
||||||
|
|||||||
Reference in New Issue
Block a user