Skip to content

Commit

Permalink
Fix implicit type cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 15, 2024
1 parent 550d762 commit 39a4648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/commands/PackageCategoryCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object PackageCategoryCommand extends Command:
newRes

private def packageTasks(mainRes: Resource, categoryRes: Resource, version: String, repoDir: Path, outDir: Path):
Seq[Model] =
Iterable[Model] =
outDir.resolve("tasks/doc").toFile.mkdirs()

println("Loading tasks...")
Expand Down

0 comments on commit 39a4648

Please sign in to comment.