Skip to content

Commit e7c306a

Browse files
committed
ellipses everywhere
1 parent d1e3310 commit e7c306a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/internal/managers/infra/install.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (m *infraManager) installK0s(ctx context.Context, rc runtimeconfig.RuntimeC
182182
}
183183
}()
184184

185-
m.setStatusDesc(fmt.Sprintf("Installing %s", componentName))
185+
m.setStatusDesc(fmt.Sprintf("Installing %s...", componentName))
186186

187187
logFn := m.logFn("k0s")
188188

@@ -212,7 +212,7 @@ func (m *infraManager) installK0s(ctx context.Context, rc runtimeconfig.RuntimeC
212212
return nil, fmt.Errorf("create kube client: %w", err)
213213
}
214214

215-
m.setStatusDesc(fmt.Sprintf("Waiting for %s", componentName))
215+
m.setStatusDesc(fmt.Sprintf("Waiting for %s...", componentName))
216216

217217
logFn("waiting for node to be ready")
218218
if err := m.waitForNode(ctx, kcli); err != nil {
@@ -349,7 +349,7 @@ func (m *infraManager) installExtensions(ctx context.Context, hcli helm.Client)
349349
}
350350
}()
351351

352-
m.setStatusDesc(fmt.Sprintf("Installing %s", componentName))
352+
m.setStatusDesc(fmt.Sprintf("Installing %s...", componentName))
353353

354354
logFn := m.logFn("extensions")
355355
logFn("installing extensions")

0 commit comments

Comments
 (0)