mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix passing --quiet
to cargo-install
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b46e54b53a
commit
9cb8df1d48
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ async fn install_from_source(
|
||||||
.arg(&*target);
|
.arg(&*target);
|
||||||
|
|
||||||
if quiet {
|
if quiet {
|
||||||
cmd.arg("quiet");
|
cmd.arg("--quiet");
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut child = cmd
|
let mut child = cmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue