Skip to content

Commit 244989c

Browse files
committed
fix model name
1 parent 7982c74 commit 244989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-runtime/aws-config/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ smithyBuild {
192192

193193
create("signin-credentials-provider") {
194194
imports = listOf(
195-
awsModelFile("sign-in.json"),
195+
awsModelFile("signin.json"),
196196
)
197197

198198
val serviceShape = "com.amazonaws.signin#Signin"

0 commit comments

Comments
 (0)