tidy
This commit is contained in:
parent
0645441de7
commit
37b3bbe601
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ proc addConfigBinaries*(current: var Binaries, bin_conf: TomlValueRef) =
|
|||
if restic != "":
|
||||
current.restic.insert(restic,0)
|
||||
|
||||
|
||||
proc parseConfigFile*(file: string): NorgConfig =
|
||||
let in_conf = parsetoml.parseFile(file)
|
||||
norg_config.source_directories = parseSourceDirectories(in_conf)
|
||||
|
|
Loading…
Reference in a new issue