Fix connected library manifest error formatting
This commit is contained in:
@@ -400,10 +400,11 @@ async fn resolve_manifest(
|
||||
|
||||
Err(ErrorKind::InputError(format!(
|
||||
concat!(
|
||||
"Could not fetch {MANIFEST_FILE_NAME}. Make sure the file ",
|
||||
"Could not fetch {}. Make sure the file ",
|
||||
"exists in the repository root or paste the raw manifest URL ",
|
||||
"directly. Tried: {}"
|
||||
),
|
||||
MANIFEST_FILE_NAME,
|
||||
errors.join("; ")
|
||||
))
|
||||
.into())
|
||||
|
||||
Reference in New Issue
Block a user