Rename chapters dir to originals
This commit is contained in:
parent
f609d950d5
commit
e12bd8cca9
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user