Rename chapters dir to originals

This commit is contained in:
Brandon Dyck 2023-08-03 16:17:04 -06:00
parent f609d950d5
commit e12bd8cca9
14 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ var replacers = mapSlice(compile, [][2]string{
})
func run() error {
paths, err := filepath.Glob("chapters/*.markdown")
paths, err := filepath.Glob("original/*.markdown")
if err != nil {
return err
}