feat: add show_distribution_summary config option (#1259)

This commit is contained in:
Gideon
2025-11-08 10:58:36 +01:00
committed by GitHub
parent 410bd61c75
commit 22ab77de6d
3 changed files with 16 additions and 1 deletions

View File

@@ -276,7 +276,7 @@ fn run() -> Result<()> {
}
#[cfg(target_os = "linux")]
{
if config.show_distribution_summary() {
if let Ok(distribution) = &distribution {
distribution.show_summary();
}