Skip to content

Commit

Permalink
fix: prevent pipx noisy output
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Nov 17, 2024
1 parent 6a0421b commit e81ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/pipx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Backend for Pipx {
let names = extract_package_names(run_command_for_stdout(
["pipx", "list", "--json"],
Perms::Same,
false,
true,
)?)?;

Ok(names
Expand Down

0 comments on commit e81ea24

Please sign in to comment.