Skip to content

Commit

Permalink
Merge branch 'main' into nish-fix-expect-call
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy authored Jan 6, 2025
2 parents 1deea38 + cb40c35 commit 68945a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub fn install() {
}

let panic_section =
"This is a bug. Consider reporting it at https://github.com/foundry-rs/foundry";
"This is a bug. Consider reporting it at https://github.com/matter-labs/foundry-zksync";
let (panic_hook, debug_eyre_hook) =
color_eyre::config::HookBuilder::default().panic_section(panic_section).into_hooks();
panic_hook.install();
Expand Down

0 comments on commit 68945a3

Please sign in to comment.