Skip to content

Commit 78d67e8

Browse files
committed
fix: use correct package name rustfs-cli in golden tests
1 parent 443725e commit 78d67e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/tests/golden.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::process::Command;
1313
fn rc_binary() -> String {
1414
// Use cargo to build and get the binary path
1515
let output = Command::new("cargo")
16-
.args(["build", "--release", "-p", "rc"])
16+
.args(["build", "--release", "-p", "rustfs-cli"])
1717
.output()
1818
.expect("Failed to build rc binary");
1919

0 commit comments

Comments
 (0)