Fix the deprecation warning in the doctor command

This commit is contained in:
chrisfinazzo 2015-11-05 18:10:08 -05:00
parent 4fa7aa2613
commit d1cbea8a37
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module Jekyll
conflicting_urls = false
urls = {}
urls = collect_urls(urls, site.pages, site.dest)
urls = collect_urls(urls, site.posts, site.dest)
urls = collect_urls(urls, site.posts.docs, site.dest)
urls.each do |url, paths|
if paths.size > 1
conflicting_urls = true