mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
Fix library URL being set incorrectly
This commit is contained in:
@@ -370,7 +370,7 @@ pub async fn retrieve_data(uploaded_files: &mut Vec<String>) -> Result<(), Error
|
||||
};
|
||||
|
||||
if res.is_some() {
|
||||
lib.url = Some(format_url(&*format!("maven/{}", artifact_path)));
|
||||
lib.url = Some(format_url("maven/"));
|
||||
}
|
||||
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user