Skip to content

Commit

Permalink
Added single branch checkout of hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Oct 8, 2024
1 parent 67bb131 commit 6df4497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/bootstrap/hermes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl HermesCmd {
run_cmd(
Command::new("git")
.arg("clone")
.arg("--single-branch")
.arg("-b")
.arg(self.branch.as_str())
.arg(&repo)
Expand Down

0 comments on commit 6df4497

Please sign in to comment.