Skip to content

Commit 65b04be

Browse files
razvanNickLarsenNZ
andauthored
Update crates/stackable-operator/src/status/condition/deployment.rs
Co-authored-by: Nick <[email protected]>
1 parent b8e38ac commit 65b04be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stackable-operator/src/status/condition/deployment.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ impl ConditionBuilder for DeploymentConditionBuilder {
2525
}
2626

2727
impl DeploymentConditionBuilder {
28-
pub fn add(&mut self, dplmt: Deployment) {
29-
self.deployments.push(dplmt);
28+
pub fn add(&mut self, deployment: Deployment) {
29+
self.deployments.push(deployment);
3030
}
3131

3232
fn available(&self) -> ClusterCondition {

0 commit comments

Comments
 (0)