chore(clustertool): clearify init again message

This commit is contained in:
Kjeld Schouten
2024-11-06 10:23:43 +01:00
parent 795bf1c204
commit d707b498ab
+1 -1
View File
@@ -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