Fix Raft notary demo post name refactoring

This commit is contained in:
Andrius Dagys
2017-04-25 16:06:24 +01:00
parent c8af48ebd9
commit 4e86443cac
3 changed files with 5 additions and 3 deletions

View File

@ -41,7 +41,7 @@ object ServiceIdentityGenerator {
}
fun main(args: Array<String>) {
val dirs = args[0].split(",").map { Paths.get(it) }
val dirs = args[0].split("|").map { Paths.get(it) }
val serviceId = args[1]
val serviceName = args[2]
val quorumSize = args.getOrNull(3)?.toInt() ?: 1