Fix docs of arch_package_manager fn (#909)

This commit is contained in:
Akeshihiro
2022-05-01 06:01:09 +02:00
committed by GitHub
parent 71ce5c8d30
commit d7e5446c7c

View File

@@ -692,7 +692,7 @@ impl Config {
.unwrap_or(true)
}
/// Extra yay arguments
/// Get the package manager of an Arch Linux system
pub fn arch_package_manager(&self) -> ArchPackageManager {
self.config_file
.linux