Skip to content

Commit 1cfab18

Browse files
authored
be equally excited for all of our messages (#594)
1 parent 3fa8827 commit 1cfab18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/embedded-cluster/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func materializeFiles(c *cli.Context) error {
246246
}
247247
}
248248

249-
mat.Infof("Host files materialized")
249+
mat.Infof("Host files materialized!")
250250

251251
return nil
252252
}
@@ -365,7 +365,7 @@ func waitForK0s() error {
365365
if _, err := helpers.RunCommand(defaults.K0sBinaryPath(), "status"); err != nil {
366366
return fmt.Errorf("unable to get status: %w", err)
367367
}
368-
loading.Infof("Node installation finished")
368+
loading.Infof("Node installation finished!")
369369
return nil
370370
}
371371

0 commit comments

Comments
 (0)