chore: Update warning message

This commit is contained in:
Baptiste Roux
2023-02-10 18:02:13 +01:00
parent 37094a3295
commit 19443bc4ca
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
nonnominandus
Maximilian Volk
Baptiste (@BapRx)

View File

@@ -66,7 +66,7 @@ fn find_repos(root: &Path) -> Result<Option<(Vec<repo::Repo>, Vec<String>, bool)
Ok(t) => t,
Err(e) => {
warnings.push(format!(
"{}: Could not detect remote type of \"{}\". Reason: {}",
"{}: Could not handle URL {}. Reason: {}",
&path::path_as_string(&path),
&url,
e