Skip to content

Commit 1f2c919

Browse files
Update rust/stackable-cockpit/src/platform/operator/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent d03f548 commit 1f2c919

File tree

1 file changed

+1
-1
lines changed
  • rust/stackable-cockpit/src/platform/operator

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/platform/operator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl OperatorSpec {
194194
chart_source: &ChartSourceType,
195195
) -> Result<(), helm::Error> {
196196
info!(operator = %self, "Installing operator");
197-
Span::current().pb_set_message(format!("Installing {}-operator", self.name).as_str());
197+
Span::current().pb_set_message(format!("Installing {name}-operator", name = self.name).as_str());
198198
Span::current().pb_set_style(&ProgressStyle::with_template("{spinner} {msg}").expect("valid progress template"));
199199

200200
let version = self.version.as_ref().map(|v| v.to_string());

0 commit comments

Comments
 (0)