Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into k0s-1-28-10
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jun 25, 2024
2 parents 76c2b2e + 9cfcb5a commit 91c840e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/embedded-cluster/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,13 @@ var installCommand = &cli.Command{
return err // we want the user to see the error message without a prefix
}
}
logrus.Debugf("materializing binaries")
if err := materializeFiles(c); err != nil {
adminConsolePwd, err := askAdminConsolePassword(c)
if err != nil {
metrics.ReportApplyFinished(c, err)
return err
}
adminConsolePwd, err := askAdminConsolePassword(c)
if err != nil {
logrus.Debugf("materializing binaries")
if err := materializeFiles(c); err != nil {
metrics.ReportApplyFinished(c, err)
return err
}
Expand Down

0 comments on commit 91c840e

Please sign in to comment.