Skip to content

Commit

Permalink
chore: fix naming issue with csharp stack template
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Feb 22, 2023
1 parent afe7e14 commit 2da4ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf-cli/templates/convert/stack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace MyCompany.MyApp
{
class MainStack : TerraformStack
class MyStack : TerraformStack
{
public MyStack(Construct scope, string id) : base(scope, id)
{
Expand Down

0 comments on commit 2da4ec6

Please sign in to comment.