chore(clustertool): clearify error message for rerun

This commit is contained in:
Kjeld Schouten
2024-11-06 10:39:05 +01:00
parent 269a895ab1
commit a1521c19fe
+1 -1
View File
@@ -147,7 +147,7 @@ func genBaseFiles() error {
log.Debug().Msg("Detected existing cluster, continuing")
} else if os.IsNotExist(err) {
createRunAgainFile()
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run init again!")
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run init again, after setting-up clusterenv.yaml!")
} else {
log.Fatal().Err(err).Msgf("Error checking clusterenv file: %s", err)
return err