mirror of https://github.com/zlatinb/muwire
fix
parent
d5db49fa79
commit
bd5fecc19d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue