Skip to content

Commit

Permalink
Update librettos commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Nov 29, 2023
1 parent 02b71d8 commit 57187f9
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 1f36e49a3c5fc529cd80278a1bd73b9941c813e6 {:?}",
"CHECKOUT eece690294fbfed418f43034b5dc77290865f8cf {:?}",
out_dir
);
Command::new("git")
.args(&["checkout", "1f36e49a3c5fc529cd80278a1bd73b9941c813e6"])
.args(&["checkout", "eece690294fbfed418f43034b5dc77290865f8cf"])
.current_dir(&Path::new(&out_dir))
.status()
.unwrap();
Expand Down

0 comments on commit 57187f9

Please sign in to comment.