Fix up errors in CI build

This commit is contained in:
Alfred Xing 2014-07-20 12:56:54 -07:00
parent 7fa30c0dec
commit c8e0fcfcdf
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ module Jekyll
# recursively render layouts
layout = layouts[data["layout"]]
Jekyll.logger.warn("Build Warning:", "Layout '#{data["layout"]}' requested in #{relative_path} does not exist.") if invalid_layout? layout
Jekyll.logger.warn("Build Warning:", "Layout '#{data["layout"]}' requested in #{path} does not exist.") if invalid_layout? layout
used = Set.new([layout])