Skip to content

Commit 241a208

Browse files
committed
ellipses everywhere
1 parent dc45fe5 commit 241a208

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
@@ -179,7 +179,7 @@ func (m *infraManager) installK0s(ctx context.Context, rc runtimeconfig.RuntimeC
179179
}
180180
}()
181181

182-
m.setStatusDesc(fmt.Sprintf("Installing %s", componentName))
182+
m.setStatusDesc(fmt.Sprintf("Installing %s...", componentName))
183183

184184
logFn := m.logFn("k0s")
185185

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

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

214214
logFn("waiting for node to be ready")
215215
if err := m.waitForNode(ctx, kcli); err != nil {
@@ -358,7 +358,7 @@ func (m *infraManager) installExtensions(ctx context.Context, hcli helm.Client)
358358
}
359359
}()
360360

361-
m.setStatusDesc(fmt.Sprintf("Installing %s", componentName))
361+
m.setStatusDesc(fmt.Sprintf("Installing %s...", componentName))
362362

363363
logFn := m.logFn("extensions")
364364
logFn("installing extensions")

0 commit comments

Comments
 (0)