aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/source/read_config_files.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/source/read_config_files.d')
-rw-r--r--src/doc_reform/source/read_config_files.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/source/read_config_files.d b/src/doc_reform/source/read_config_files.d
index 2b3e4fb..f522c29 100644
--- a/src/doc_reform/source/read_config_files.d
+++ b/src/doc_reform/source/read_config_files.d
@@ -13,7 +13,7 @@ static template readConfigSite() {
doc_reform.source.paths_source,
std.file,
std.path;
- mixin DocReformRgxInit;
+ mixin spineRgxInit;
final auto readConfigSite(M,E)(
M _manifested,
E _env,
@@ -80,7 +80,7 @@ static template readConfigDoc() {
doc_reform.source.paths_source,
std.file,
std.path;
- mixin DocReformRgxInit;
+ mixin spineRgxInit;
final auto readConfigDoc(M,E)(M _manifested, E _env) {
static auto rgx = Rgx();
string config_file_str;