We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443725e commit 78d67e8Copy full SHA for 78d67e8
1 file changed
crates/cli/tests/golden.rs
@@ -13,7 +13,7 @@ use std::process::Command;
13
fn rc_binary() -> String {
14
// Use cargo to build and get the binary path
15
let output = Command::new("cargo")
16
- .args(["build", "--release", "-p", "rc"])
+ .args(["build", "--release", "-p", "rustfs-cli"])
17
.output()
18
.expect("Failed to build rc binary");
19
0 commit comments