summaryrefslogtreecommitdiffstats
path: root/src/commands/find_pkg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/find_pkg.rs')
-rw-r--r--src/commands/find_pkg.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/find_pkg.rs b/src/commands/find_pkg.rs
index b6c26a5..be35d43 100644
--- a/src/commands/find_pkg.rs
+++ b/src/commands/find_pkg.rs
@@ -43,8 +43,6 @@ pub async fn find_pkg<'a>(matches: &ArgMatches, config: &Configuration<'a>, repo
format,
iter,
true,
- true,
- true,
true)
}
}