Skip to content

Commit 1f26656

Browse files
indicate that preview may be slow
1 parent 2076860 commit 1f26656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/cli/estimate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func GeneratePreview(ctx context.Context, project *compose.Project, client clien
6666
return "", err
6767
}
6868

69-
term.Info("Generating deployment preview")
69+
term.Info("Generating deployment preview, this may take a few minutes...")
7070
var pulumiPreviewLogLines []string
7171
options := TailOptions{
7272
Deployment: resp.Etag,

0 commit comments

Comments
 (0)