1
0
Fork 0

fix: typo

timestamps
dump_stack() 2023-05-13 15:55:38 +00:00
parent 9d1bbcc288
commit baf282ec2c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 2 deletions

View File

@ -88,11 +88,11 @@ func ReadOutOfTreeConf(path string) (c OutOfTree, err error) {
}
if c.UserKernels == "" {
c.Kernels = File("kernels.user.toml")
c.UserKernels = File("kernels.user.toml")
}
if c.Database == "" {
c.Kernels = File("db.sqlite")
c.Database = File("db.sqlite")
}
if c.Qemu.Timeout.Duration == 0 {