Skip to content

Commit 9165119

Browse files
committed
Update migrate-posts.scala
1 parent cee5a5e commit 9165119

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

migrate-posts.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//> using scala 3.6.3
12
//> using dep org.virtuslab::scala-yaml::0.3.1
23
//> using dep co.fs2::fs2-io::3.12.2
34

@@ -106,7 +107,7 @@ object PostParser {
106107
}
107108

108109
object MigratePosts extends IOApp {
109-
val oldPostsDir = Path("../typelevel.github.com/collections/_posts")
110+
val oldPostsDir = Path("collections/_posts")
110111
val newBlogDir = Path("src/blog")
111112

112113
// Manual renaming map for files that would collide after date stripping

0 commit comments

Comments
 (0)