Skip to content

Commit

Permalink
fix: Forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jul 6, 2024
1 parent f6c9d9b commit 9599e56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/main/kotlin/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ public suspend fun main(args: Array<String>) {
}
},
)

println(JsonSerializer.encode<Repository>(projects.toRepository()))
return

val outputDir = File("output").also(File::mkdirs)

val repository = outputDir.resolve("repository.json").also {
Expand Down

0 comments on commit 9599e56

Please sign in to comment.