Skip to content

Commit

Permalink
Update preview.impl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored Feb 8, 2024
1 parent 35a60bd commit d541cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pulumi/src/executors/preview/preview.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function creatExecutor(
execSync(
buildCommand([
'PULUMI_EXPERIMENTAL=true',
'pulumi preview --diff',
'pulumi preview --diff --suppress-progress',
options.stack && `--stack=${options.stack}`
]),
{
Expand Down

0 comments on commit d541cbf

Please sign in to comment.