Skip to content

Commit

Permalink
fix(cdk init): rename 'dotnet' to 'csharp' (aws#1210)
Browse files Browse the repository at this point in the history
The 'dotnet' template should more properly be called 'csharp', since
that's the actual name of the language in which it is written.

Fixes aws#1123.
  • Loading branch information
rix0rrr authored Nov 20, 2018
1 parent 402cbc4 commit d3b8448
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lib/init-templates/**/*"
],
"files": [
"lib/init-templates/app/dotnet/add-project.hook.ts"
"lib/init-templates/app/csharp/add-project.hook.ts"
]
}

0 comments on commit d3b8448

Please sign in to comment.