Skip to content

Commit

Permalink
fix incorrect path for next blog being used
Browse files Browse the repository at this point in the history
  • Loading branch information
softinio committed May 25, 2024
1 parent 41c8770 commit 0c16dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/com/softinio/scalanews/Bloggers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ object Bloggers {
.emits(List(news))
.through(fs2.text.utf8.encode)
.through(
Files[IO].writeAll(directoryMarkdownFilePath, Flags(Flag.CreateNew))
Files[IO].writeAll(nextMarkdownFilePath, Flags(Flag.CreateNew))
)
.compile
.drain
Expand Down

0 comments on commit 0c16dc5

Please sign in to comment.