Skip to content

Commit

Permalink
Minor formatting and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Aug 8, 2024
1 parent 52288cc commit 5f91536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def eager_autoload!(*args)
end

# Autoload bundled service gems used in credential providers
# need to ensure that the files are the local files from aw-sdk-core
# need to ensure that the files are the local files from aws-sdk-core
# and not the installed, legacy/dummy service gems.

# aws-sdk-sts is included to support Aws::AssumeRoleCredentials
Expand Down
1 change: 0 additions & 1 deletion tasks/build.rake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ end
# Only building source, but not gemspecs, version file, etc.
task 'build:aws-sdk-ssooidc' do
Aws::SSOOIDC if Aws.autoload?(:SSOOIDC) # force autoload from core

ssooidc = BuildTools::Services.service('ssooidc')
generator = AwsSdkCodeGenerator::CodeBuilder.new(
aws_sdk_core_lib_path: $CORE_LIB,
Expand Down

0 comments on commit 5f91536

Please sign in to comment.