Support yay arguments in config file (Closes #220) (#233)

This commit is contained in:
Idan Katz
2019-10-03 08:12:43 +03:00
committed by Roey Darwish Dror
parent 623929cb64
commit 11694247c1
4 changed files with 28 additions and 5 deletions

View File

@@ -158,7 +158,7 @@ fn run() -> Result<(), Error> {
execute(
&mut report,
"System update",
|| distribution.upgrade(&sudo, config.cleanup(), run_type, config.yes()),
|| distribution.upgrade(&sudo, run_type, &config),
config.no_retry(),
)?;
}