You've already forked AstralRinth
forked from didirus/AstralRinth
Fix library URL being set incorrectly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "daedalus"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
||||
@@ -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