summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-03-09 14:58:43 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-03-09 14:58:43 +0800
commit74e16adb598bd3e52c33018e9021c7535210621e (patch)
treef5de1f28ef671cae9ceee6608a158e13264a237a /src
parent239cd62103d617f0b2a9d58527843417a0db6ab4 (diff)
Rename policy template files from .t to .tmpl extension
Diffstat (limited to 'src')
-rw-r--r--src/bin/butckrepo-refresh.rs4
1 files changed, 2 insertions, 2 deletions
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";