From 19443bc4ca3c6eb18af6fc27e235b602d1eddcdf Mon Sep 17 00:00:00 2001 From: Baptiste Roux Date: Fri, 10 Feb 2023 18:02:13 +0100 Subject: [PATCH] chore: Update warning message --- CONTRIBUTORS | 1 + src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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