Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Oct 9, 2023
1 parent af46d3d commit 66c6be0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ pub fn move_frontend() {
file.write_all(format!("PROJECT DIR: {project_dir:?}\n").as_bytes())
.expect("Couldn't write to build log");

project_dir.push(FRONTEND_DIR);

file.write_all(
format!("Moving /{FRONTEND_DIR} from {project_dir:?} to: {target:?}\n").as_bytes(),
)
Expand Down

0 comments on commit 66c6be0

Please sign in to comment.