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