Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 24, 2025
1 parent f22d0f3 commit 81ebf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/deploy/tangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ fn build_contracts_if_needed(
foundry.check_installed_or_exit();

// Change to contracts directory before building
std::env::set_current_dir(&root)?;
std::env::set_current_dir(root)?;
foundry.forge.install_dependencies()?;
foundry.forge.build()?;

Expand Down

0 comments on commit 81ebf16

Please sign in to comment.