From 74e16adb598bd3e52c33018e9021c7535210621e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 9 Mar 2026 14:58:43 +0800 Subject: Rename policy template files from .t to .tmpl extension --- src/bin/butckrepo-refresh.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/butckrepo-refresh.rs') diff --git a/src/bin/butckrepo-refresh.rs b/src/bin/butckrepo-refresh.rs index 2b3d841..ea7e753 100644 --- a/src/bin/butckrepo-refresh.rs +++ b/src/bin/butckrepo-refresh.rs @@ -7,8 +7,8 @@ use std::{ }; use tokio::fs; -const LIB_RS_TEMPLATE_PATH: &str = "policy/_policies/src/lib.rs.t"; -const CARGO_TOML_TEMPLATE_PATH: &str = "policy/_policies/Cargo.toml.t"; +const LIB_RS_TEMPLATE_PATH: &str = "policy/_policies/src/lib.rs.tmpl"; +const CARGO_TOML_TEMPLATE_PATH: &str = "policy/_policies/Cargo.toml.tmpl"; const LIB_RS_PATH: &str = "./policy/_policies/src/lib.rs"; const CARGO_TOML_PATH: &str = "./policy/_policies/Cargo.toml"; -- cgit