Make the example work.

This commit is contained in:
Cedric Beust 2016-07-10 23:00:37 -08:00
parent 4da1358260
commit d8d93405e1
2 changed files with 8 additions and 3 deletions

View file

@ -68,7 +68,7 @@ class ExecPlugin : BasePlugin(), ITaskContributor {
if (config != null) {
config.commandLines.forEach {
log(2, "Executing: '" + { it.args.joinToString { " " } } + "' in '{$it.dir}'")
log(2, "Executing: '" + it.args.joinToString(" ") + "' in '${it.dir}'")
success = true
}
}