Skip to content

Commit 503286e

Browse files
authored
fix: correct the operation name used to allowlist IsOAuthEndpoint ruleset param yet again (#1942)
1 parent f10bfb0 commit 503286e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ smithyBuild {
222222
"args": {
223223
"operations": [
224224
"com.amazonaws.signin#CreateOAuth2Token",
225-
"com.amazonaws.signin#CreateOauth2TokenWithIAM"
225+
"com.amazonaws.signin#CreateOAuth2TokenWithIAM"
226226
]
227227
}
228228
}

0 commit comments

Comments
 (0)