Skip to content

Commit

Permalink
Use consistent casing for provider name in telemetry (#21991)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
JosephTLyons authored Dec 13, 2024
1 parent c57cc35 commit 421974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zeta/src/zeta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ impl ZetaInlineCompletionProvider {

impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider {
fn name() -> &'static str {
"Zeta"
"zeta"
}

fn is_enabled(
Expand Down

0 comments on commit 421974f

Please sign in to comment.