diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3a98579..14adfec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,2 +1,3 @@ nonnominandus Maximilian Volk +Baptiste (@BapRx) diff --git a/src/lib.rs b/src/lib.rs index 233a3e6..3e3a627 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,7 +66,7 @@ fn find_repos(root: &Path) -> Result, Vec, 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