Skip to content

Commit

Permalink
Fix -a in -Si
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 15, 2024
1 parent 25ab260 commit e8d9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub async fn info(conf: &mut Config, verbose: bool) -> Result<i32, Error> {
let longest = longest(conf) + 3;

let (pkgbuild, aur) = aur.into_iter().partition::<Vec<_>, _>(|t| {
if !conf.mode.repo() {
if !conf.mode.aur() {
return true;
}
if !conf.mode.pkgbuild() {
Expand Down

0 comments on commit e8d9c01

Please sign in to comment.