Skip to content
Snippets Groups Projects
Commit 10c34a57 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Somehow the rootpath was broken

parent 9139289c
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ trait ReportBuilder extends ToolCommand {
val pageOutputDir = new File(outputDir, path.mkString(File.separator))
pageOutputDir.mkdirs()
val rootPath = "./" + Array.fill(path.size)("src/main").mkString("")
val rootPath = "./" + Array.fill(path.size)("../").mkString
val pageArgs = args ++ page.args ++
Map("page" -> page,
"path" -> path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment