Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 24, 2024
1 parent 01cc553 commit aafed3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay_rpc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {

fn build_contracts() {
println!("cargo::rerun-if-changed=contracts");
install_foundary();
install_foundry();
compile_contracts();
extract_bytecodes();
}
Expand All @@ -23,7 +23,7 @@ fn format_foundry_dir(path: &str) -> String {
)
}

fn install_foundary() {
fn install_foundry() {
let bin_folder = format_foundry_dir("bin");
std::fs::remove_dir_all(&bin_folder).ok();
std::fs::create_dir_all(&bin_folder).unwrap();
Expand Down

0 comments on commit aafed3a

Please sign in to comment.