diff --git a/src/main.rs b/src/main.rs index 549d240..f057c47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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