summaryrefslogtreecommitdiff
path: root/src/bin/butckrepo-refresh.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/butckrepo-refresh.rs')
-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";