[HOTFIX] Fix broken nightly build because of invalid module name (#851)

This commit is contained in:
Vincent Liu
2021-05-20 14:53:26 -07:00
committed by GitHub
parent 01f31cdc56
commit 34be1caa99
2 changed files with 2 additions and 2 deletions
@@ -39,4 +39,4 @@ namespace AWSClientAuth
// DO NOT MODIFY THIS LINE UNLESS YOU RENAME THE GEM
// The first parameter should be GemName_GemIdLower
// The second should be the fully qualified name of the class above
AZ_DECLARE_MODULE_CLASS(AWSClientAuth_c74f2756f5874c0d8d29646dfc9cb0ad, AWSClientAuth::AWSClientAuthModule)
AZ_DECLARE_MODULE_CLASS(Gem_AWSClientAuth, AWSClientAuth::AWSClientAuthModule)