Include the file extension.
This commit is contained in:
parent
f1a685f13b
commit
207e021404
|
@ -130,7 +130,8 @@ pub async fn run() -> Result<()> {
|
||||||
write_assets(&output).await?;
|
write_assets(&output).await?;
|
||||||
|
|
||||||
if let Some(group) = user_count_group {
|
if let Some(group) = user_count_group {
|
||||||
let path = output.join(&format!("charts/user-count/{}", &group.name));
|
let path =
|
||||||
|
output.join(&format!("charts/user-count/{}.svg", &group.name));
|
||||||
copy(path, output.join("charts/main-user-count.svg")).await?;
|
copy(path, output.join("charts/main-user-count.svg")).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue