Skip to content

Commit

Permalink
Fix on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 21, 2025
1 parent 5a4735b commit c5f51c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/cli/src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub(crate) async fn extension_exec(args: ExtensionExecArgs, watch: drain::Watch)
#[cfg(target_os = "macos")]
let execution_result = mirrord_exec(
args.executable.as_deref(),
env,
Default::default(),
config,
progress,
&mut analytics,
Expand Down

0 comments on commit c5f51c9

Please sign in to comment.