Skip to content

Commit 5914b49

Browse files
committed
chore: fix branch format
1 parent 220e618 commit 5914b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ impl Xtasks {
12531253
.stderr(std::process::Stdio::inherit())
12541254
.arg("run")
12551255
.args(["--project", "bms"])
1256-
.args(["--branch", &format!("\"{branch}\"")])
1256+
.args(["--branch", &branch])
12571257
.args(["--token", &token.unwrap_or_default()])
12581258
.args(["--testbed", &testbed])
12591259
// .args(["--build-time"])

0 commit comments

Comments
 (0)