mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Merge pull request #283 from cargo-bins/fix/passing-quiet
Fix passing `--quiet` to `cargo-install`
This commit is contained in:
commit
5748fd6cf3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ async fn install_from_source(
|
|||
.arg(&*target);
|
||||
|
||||
if quiet {
|
||||
cmd.arg("quiet");
|
||||
cmd.arg("--quiet");
|
||||
}
|
||||
|
||||
let mut child = cmd
|
||||
|
|
Loading…
Add table
Reference in a new issue