Skip to content

Commit

Permalink
Merge pull request #56 from softinio/fix-issue-with-next-path
Browse files Browse the repository at this point in the history
fix incorrect path for next blog being used
  • Loading branch information
softinio authored May 25, 2024
2 parents 41c8770 + 0c16dc5 commit 42b7ab0
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 42b7ab0

Please sign in to comment.