We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa8827 commit 1cfab18Copy full SHA for 1cfab18
cmd/embedded-cluster/install.go
@@ -246,7 +246,7 @@ func materializeFiles(c *cli.Context) error {
246
}
247
248
249
- mat.Infof("Host files materialized")
+ mat.Infof("Host files materialized!")
250
251
return nil
252
@@ -365,7 +365,7 @@ func waitForK0s() error {
365
if _, err := helpers.RunCommand(defaults.K0sBinaryPath(), "status"); err != nil {
366
return fmt.Errorf("unable to get status: %w", err)
367
368
- loading.Infof("Node installation finished")
+ loading.Infof("Node installation finished!")
369
370
371
0 commit comments