Skip to content

Commit

Permalink
chore(clustertool): clearify init again message
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 6, 2024
1 parent 795bf1c commit d707b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustertool/pkg/initfiles/initfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func genBaseFiles() error {
clusterEnvPresent = true
log.Debug().Msg("Detected existing cluster, continuing")
} else if os.IsNotExist(err) {
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run again!")
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run init again!")
} else {
log.Fatal().Err(err).Msgf("Error checking clusterenv file: %s", err)
return err
Expand Down

0 comments on commit d707b49

Please sign in to comment.