Skip to content

Commit

Permalink
improve info message
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Nov 4, 2024
1 parent 42fb448 commit e0c7bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e0c7bd6

Please sign in to comment.