From 5c35ed87845fc2ed33df9b8e53e1aaf0f865fce3 Mon Sep 17 00:00:00 2001 From: AshitaGK <46048939+AshitaGK@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:32:47 +0530 Subject: [PATCH] Update _cargo-new.html.erb dynamically insert the correct framework name based on the runtime variable passed in the locals object when rendering the partial. --- rust/partials/_cargo-new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/partials/_cargo-new.html.erb b/rust/partials/_cargo-new.html.erb index 19e46b172d..a828634196 100644 --- a/rust/partials/_cargo-new.html.erb +++ b/rust/partials/_cargo-new.html.erb @@ -1,6 +1,6 @@ -If you don't already have an existing Axum application, you can create one with `cargo`: +If you don't already have an existing <%= runtime %>application, you can create one with `cargo`: ```cmd cargo new <%= runtime %>-on-fly cd <%= runtime %>-on-fly -``` \ No newline at end of file +```