Skip to content

Commit e424c25

Browse files
Updating main product in product_str to be friendly name
1 parent b9fe718 commit e424c25

File tree

1 file changed

+1
-1
lines changed
  • compiler-rs/clients_schema_to_openapi/src

1 file changed

+1
-1
lines changed

compiler-rs/clients_schema_to_openapi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub fn product_meta_as_extensions(namespace: &str, product_meta: &IndexMap<Strin
191191
additional_namespace = format!(", {meta}");
192192
}
193193

194-
let product_str = format!("elasticsearch{additional_namespace}");
194+
let product_str = format!("Elasticsearch{additional_namespace}");
195195
let mut product_feature_list: Vec<Value> = Vec::new();
196196
let mut product_feature: Map<String, Value> = Map::new();
197197
product_feature.insert("name".to_string(),Value::String("product_name".to_string()));

0 commit comments

Comments
 (0)