Skip to content

Commit 506cbed

Browse files
adwsinghrhernandez35
authored andcommitted
Fix model path for additional input in Aws bundles
1 parent c1863aa commit 506cbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws/aws-service-bundler/src/main/java/software/amazon/smithy/java/aws/servicebundle/bundler

aws/aws-service-bundler/src/main/java/software/amazon/smithy/java/aws/servicebundle/bundler/AwsServiceBundler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public SmithyBundle bundle() {
176176
blockedPrefixes)))
177177
.additionalInput(AdditionalInput.builder()
178178
.identifier(PreRequest.$ID.toString())
179-
.model(loadModel("/META-INF/smithy/bundle.smithy"))
179+
.model(loadModel("/META-INF/smithy/awsmcp.smithy"))
180180
.build())
181181
.build();
182182
} catch (Exception e) {

0 commit comments

Comments
 (0)