From e0c7bd63ed299793e194f954db98b3d21a24110b Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Mon, 4 Nov 2024 19:42:47 +0000 Subject: [PATCH] improve info message Signed-off-by: Austin Abro --- src/cmd/initialize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/initialize.go b/src/cmd/initialize.go index c73d61eb60..d2fe5d5d35 100644 --- a/src/cmd/initialize.go +++ b/src/cmd/initialize.go @@ -133,7 +133,7 @@ func downloadInitPackage(ctx context.Context, cacheDirectory string) (string, er // Give the user the choice to download the init-package and note that this does require an internet connection message.Question(fmt.Sprintf(lang.CmdInitPullAsk, url)) message.Note(lang.CmdInitPullNote) - l.Info("the init package was not found locally, but can be pulled from", "url", fmt.Sprintf("oci://%s", url)) + l.Info("the init package was not found locally, but can be pulled in connected environments", "url", fmt.Sprintf("oci://%s", url)) var confirmDownload bool prompt := &survey.Confirm{