From 98e5cf7ae765a5f8b37e7bac3058deb22b377e40 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 4 Jul 2023 11:35:23 +0200 Subject: [PATCH] Update output --- tools/automator/src/blog/release.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/automator/src/blog/release.rs b/tools/automator/src/blog/release.rs index add5c19c9..d1c11975d 100644 --- a/tools/automator/src/blog/release.rs +++ b/tools/automator/src/blog/release.rs @@ -56,7 +56,7 @@ async fn create_blog_post_file( // 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. - println!("Generating release announcement at {}", file.display()); + println!("Generating `{category}` blog post at {}", file.display()); fs::create_dir_all(&dir).await.with_context(|| { format!("Failed to create directory `{}`", dir.display())