Fix library URL being set incorrectly
This commit is contained in:
parent
f6c611bbba
commit
d7e0468776
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user