Skip to content

Commit

Permalink
Always the smallest character possible
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Feb 1, 2024
1 parent ab55c9a commit 610cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ShinySEO/app/models/shiny_seo/sitemap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def items_for_sitemap
def use_aws_sdk_adapter( s3_config )
require 'aws-sdk-s3'

SitemapGenerator::Sitemap.adapter = SitemapGenerator::AwsSdkAdapter.new(
SitemapGenerator::Sitemap.adapter = SitemapGenerator::AwsSdkAdapter.new(
's3_bucket',
aws_secret_access_key: s3_config.secret_access_key,
aws_access_key_id: s3_config.access_key_id,
Expand Down

0 comments on commit 610cb8c

Please sign in to comment.