Skip to content

Commit a9175be

Browse files
authored
fix(codegen): fix typo to codegen filename ext (#279)
1 parent 1e12ac7 commit a9175be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/customization/s3/S3ErrorMetadataIntegration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class S3ErrorMetadataIntegration : KotlinIntegration {
2525

2626
override fun writeAdditionalFiles(ctx: CodegenContext, delegator: KotlinDelegator) {
2727

28-
delegator.useFileWriter("S3ErrorMetadata", "${ctx.settings.pkg.name}.model") { writer ->
28+
delegator.useFileWriter("S3ErrorMetadata.kt", "${ctx.settings.pkg.name}.model") { writer ->
2929
writer.addImport(AwsRuntimeTypes.Core.AwsErrorMetadata)
3030
writer.addImport(RuntimeTypes.Utils.AttributeKey)
3131

0 commit comments

Comments
 (0)