Skip to content

Commit

Permalink
Change init template for blank app to call app.synth() rather than ap…
Browse files Browse the repository at this point in the history
…p.run. Fixes aws#3123.
  • Loading branch information
Mitch Garnaat committed Jun 29, 2019
1 parent 9a38109 commit f35c52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
app = core.App()
%name.PascalCased%Stack(app, "%name%-cdk-1")

app.run()
app.synth()

0 comments on commit f35c52c

Please sign in to comment.