Change dnf ostree default value (#4)

This commit is contained in:
DottoDev
2022-10-11 19:40:09 +00:00
committed by GitHub

View File

@@ -798,7 +798,7 @@ impl Config {
.linux
.as_ref()
.and_then(|linux| linux.rpm_ostree)
.unwrap_or(true)
.unwrap_or(false)
}
/// Should we ignore failures for this step