summary refs log tree commit diff stats
path: root/src/new/chapter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/new/chapter.rs')
-rw-r--r--src/new/chapter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new/chapter.rs b/src/new/chapter.rs
index 9fb5301..429816f 100644
--- a/src/new/chapter.rs
+++ b/src/new/chapter.rs
@@ -5,7 +5,7 @@ use log::error;
 
 use crate::{
     config_file::Config,
-    constants::{NEXT_CHAPTER, NEXT_CHAPTER_INCLUDE_ONLY},
+    constants::marker::{NEXT_CHAPTER, NEXT_CHAPTER_INCLUDE_ONLY},
     file_tree::{FileTree, GeneratedFile},
 };