Skip to content

Commit 892cc53

Browse files
Remove "plan" prefix to preview result
1 parent 045bed2 commit 892cc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/common/deploy/provider/pulumi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ func (s *PulumiProviderServer) Preview(req *deploymentspb.DeploymentPreviewReque
408408
}
409409

410410
// Plan 2 to add, 0 to change, 3 to destroy.
411-
resultStr := fmt.Sprintf("Plan: %d to add, %d to change, %d to destroy.",
411+
resultStr := fmt.Sprintf("%d to add, %d to change, %d to destroy.",
412412
result.ChangeSummary[apitype.OpCreate],
413413
result.ChangeSummary[apitype.OpUpdate],
414414
result.ChangeSummary[apitype.OpDelete],

0 commit comments

Comments
 (0)