Update output

This commit is contained in:
Hanno Braun 2023-07-04 11:35:23 +02:00
parent f9e333d986
commit 98e5cf7ae7

View File

@ -56,7 +56,7 @@ async fn create_blog_post_file(
// VS Code (and probably other editors/IDEs) renders the path in the output // VS Code (and probably other editors/IDEs) renders the path in the output
// as a clickable link, so the user can open the file easily. // as a clickable link, so the user can open the file easily.
println!("Generating release announcement at {}", file.display()); println!("Generating `{category}` blog post at {}", file.display());
fs::create_dir_all(&dir).await.with_context(|| { fs::create_dir_all(&dir).await.with_context(|| {
format!("Failed to create directory `{}`", dir.display()) format!("Failed to create directory `{}`", dir.display())