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{