Change dnf ostree default value
This commit is contained in:
@@ -798,7 +798,7 @@ impl Config {
|
|||||||
.linux
|
.linux
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.and_then(|linux| linux.rpm_ostree)
|
.and_then(|linux| linux.rpm_ostree)
|
||||||
.unwrap_or(true)
|
.unwrap_or(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Should we ignore failures for this step
|
/// Should we ignore failures for this step
|
||||||
|
|||||||
Reference in New Issue
Block a user