Skip to content

Commit

Permalink
fix(cli): Python blank app should call app.synth(), not app.run()
Browse files Browse the repository at this point in the history
Fixes #3123
  • Loading branch information
garnaat authored and shivlaks committed Jun 29, 2019
1 parent 628ea1b commit 16345dc
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 16345dc

Please sign in to comment.