fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-03 19:51:04 +01:00
parent d0c587d9b4
commit 284b30f759
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -383,7 +383,7 @@ impl WebsiteArchive {
.unwrap_or_default();
let mut url = url::Url::parse(&format!("https://{domain}")).unwrap();
url = url.join(path).unwrap();
url.set_path(path);
let url = url.to_string();
let mut cmd = vec![