Skip to content

Commit

Permalink
+amqp
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Gilbert <spencer.gilbert@datadoghq.com>
  • Loading branch information
spencergilbert committed Apr 13, 2023
1 parent 152a472 commit e01c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vector-config-macros/src/configurable_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ fn capitalize(s: &str) -> String {
Some(first) => {
let name = first.to_uppercase().collect::<String>() + iter.as_str();
match name.as_str() {
"Ampq" | "Aws" | "Ec2" | "Ecs" | "Gcp" | "Hec" | "Http" | "Nats" | "Nginx"
"Amqp" | "Aws" | "Ec2" | "Ecs" | "Gcp" | "Hec" | "Http" | "Nats" | "Nginx"
| "Sqs" => name.to_uppercase(),
"Eventstoredb" => String::from("EventStoreDB"),
"Mongodb" => String::from("MongoDB"),
Expand Down

0 comments on commit e01c0b8

Please sign in to comment.