Add blog post: Pride Month 2025 campaign (#3879)

* Add blog post: Pride Month 2025 campaign

* fix lint maybe

* Revert changes to other stuff

* run fix

* use local links

* re-run fix

---------

Co-authored-by: Prospector <prospectordev@gmail.com>
This commit is contained in:
Emma Alexia
2025-07-01 21:26:49 -04:00
committed by GitHub
parent 238138d56e
commit 3a10e63756
9 changed files with 54 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ pub async fn auto_install_java(java_version: u32) -> crate::Result<PathBuf> {
#[cfg(target_os = "macos")]
{
base_path = base_path
.join(format!("zulu-{}.jre", java_version))
.join(format!("zulu-{java_version}.jre"))
.join("Contents")
.join("Home")
.join("bin")