Clippy + FMT

i18n
Michal S 2 years ago
parent 08d9fed1ab
commit 49c3664c26
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -111,7 +111,7 @@ fn cmd_install(args: InstallArgs, options: Options, cachedir: &str) {
}
if !sorted.aur.is_empty() {
// If AUR packages found, install them
operations::aur_install(sorted.aur.clone(), options, cachedir);
operations::aur_install(sorted.aur, options, cachedir);
}
// Show optional dependencies for installed packages

Loading…
Cancel
Save