Skip to content

Commit

Permalink
Update librettos commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Aug 10, 2023
1 parent cb4e2b5 commit 437680b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/rkapps/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ fn main() {
.unwrap();

println!(
"CHECKOUT 45855aaa1ba403daa53d470626e56131ff505a34 {:?}",
"CHECKOUT be303d8bfc2c40d63704848bb3acd9e075dd61e4 {:?}",
out_dir
);
Command::new("git")
.args(&["checkout", "45855aaa1ba403daa53d470626e56131ff505a34"])
.args(&["checkout", "be303d8bfc2c40d63704848bb3acd9e075dd61e4"])
.current_dir(&Path::new(&out_dir))
.status()
.unwrap();
Expand Down

0 comments on commit 437680b

Please sign in to comment.