summaryrefslogtreecommitdiff
path: root/internal/comic/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/comic/runner.go')
-rw-r--r--internal/comic/runner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/comic/runner.go b/internal/comic/runner.go
index b1381fb..8be8e2c 100644
--- a/internal/comic/runner.go
+++ b/internal/comic/runner.go
@@ -281,7 +281,7 @@ func (r *Runner) saveTTSPlaceholder(titleSlug, dir string) error {
}
func copyGalleryPNGsToComicsGallery(outputRoot, comicDir string) error {
- destDir := filepath.Join(outputRoot, "comics", "gallery")
+ destDir := filepath.Join(outputRoot, "gallery")
if err := os.MkdirAll(destDir, 0o755); err != nil {
return fmt.Errorf("mkdir gallery: %w", err)
}