Tuned message
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Makarius Wenzel 2022-12-02 21:29:45 +01:00
parent d7fb39d7eb
commit 96f4077c53
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ object DOF {
case List("dof_version") => println(version)
case bad =>
error("Bad Java command-line arguments" +
(if (bad.isEmpty) "" else bad.mkString(":\n", "\n ", "")))
(if (bad.isEmpty) "" else bad.mkString(":\n ", "\n ", "")))
}
}
}