pull/4/head
Zlatin Balevsky 2019-06-04 17:04:24 +01:00
parent d5db49fa79
commit bd5fecc19d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Cli {
}
def props = new Properties()
props.eachWithIndex { props.load(id) }
propsFile.withInputStream { props.load(it) }
props = new MuWireSettings(props)
Core core