Skip to content

Commit

Permalink
Merge pull request #31 from eric-roland/master
Browse files Browse the repository at this point in the history
Thanks for the patch.
  • Loading branch information
alexrabarts committed Feb 17, 2012
2 parents bcbee4e + 9205a73 commit aca1dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/big_sitemap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def add_urls

with_sitemap do |builder|
@paths.each do |path, options|
url = File.join @options[:base_url], File.basename(path)
url = File.join @options[:base_url], File.path(path)
builder.add_url! url, options
end
end
Expand Down

0 comments on commit aca1dcb

Please sign in to comment.