Prefer .yaml over .toml

This commit is contained in:
William Entriken 2017-03-20 10:56:34 -04:00 committed by GitHub
parent 0f0ac6f586
commit f93453368a
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ module Jekyll
SafeYAML.load_file(filename) || {} SafeYAML.load_file(filename) || {}
else else
raise ArgumentError, "No parser for '#{filename}' is available. raise ArgumentError, "No parser for '#{filename}' is available.
Use a .toml or .y(a)ml file instead." Use a .y(a)ml or .toml file instead."
end end
end end