Skip to content

Commit

Permalink
feat(diff): Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed Jan 30, 2025
1 parent 5e953be commit 0998366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ pub fn semconv_registry(log: impl Logger + Sync + Clone, command: &RegistryComma
),
RegistrySubCommand::Diff(args) => CmdResult::new(
diff::command(log.clone(), args),
Some(args.diagnostic.clone()),
),
RegistrySubCommand::LiveCheck(args) => CmdResult::new(
live_check::command(log.clone(), args),
Some(args.diagnostic.clone()),
Expand Down

0 comments on commit 0998366

Please sign in to comment.