Skip to content

Commit e4e6056

Browse files
committed
Fixed typo in the Sitemap Generator
1 parent 538afef commit e4e6056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/workers/sitemap_refresh_worker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ class SitemapRefreshWorker
55

66
def perform
77
SitemapGenerator::Sitemap.default_host = 'https://coderwall.com'
8-
SitemapGenerator::Sitemap.public_url = 'tmp/'
8+
SitemapGenerator::Sitemap.public_path = 'tmp/'
99
SitemapGenerator::Sitemap.sitemaps_host = "http://#{ENV['FOG_DIRECTORY']}.s3.amazonaws.com/"
10-
SitemapGenerator::Sitemap.sitemaps_url = 'sitemaps/'
10+
SitemapGenerator::Sitemap.sitemaps_path = 'sitemaps/'
1111
SitemapGenerator::Sitemap.adapter = SitemapGenerator::WaveAdapter.new
1212

1313
SitemapGenerator::Sitemap.create do

0 commit comments

Comments
 (0)