From d707b498abc76d8618bc617ae8479152af5536f7 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 6 Nov 2024 10:23:43 +0100 Subject: [PATCH] chore(clustertool): clearify init again message --- clustertool/pkg/initfiles/initfiles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/pkg/initfiles/initfiles.go b/clustertool/pkg/initfiles/initfiles.go index 3a844cf15f2..60736f0eb27 100644 --- a/clustertool/pkg/initfiles/initfiles.go +++ b/clustertool/pkg/initfiles/initfiles.go @@ -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