Skip to content

Commit 9a9a99c

Browse files
committed
Rename merged_product_specific_common_configs -> get_product_specific_common_configs
1 parent 5c0b3b8 commit 9a9a99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stackable-operator/src/role_utils.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,10 @@ where
367367
}
368368

369369
/// Returns the product specific common config from
370+
///
370371
/// 1. The role
371372
/// 2. The role group
372-
pub fn merged_product_specific_common_configs<'a>(
373+
pub fn get_product_specific_common_configs<'a>(
373374
&'a self,
374375
role_group: &str,
375376
) -> Result<

0 commit comments

Comments
 (0)