fix: typo
This commit is contained in:
parent
9d1bbcc288
commit
baf282ec2c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user