Skip to content

Commit

Permalink
Change main to HEAD for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Oct 18, 2023
1 parent 3ba8209 commit f1007dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/test_utils/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ fn main() {
let output = cmd
.args([
"checkout",
"main",
"HEAD",
"--",
format!("{}/event.prerequest.js", runner.2).as_str(),
])
.output();
Expand Down

0 comments on commit f1007dc

Please sign in to comment.