lib/nanoc/base/errors.rb in nanoc-3.6.7 vs lib/nanoc/base/errors.rb in nanoc-3.6.8

- old
+ new

@@ -79,10 +79,10 @@ # Error that is raised when no rules file can be found in the current # working directory. class NoRulesFileFound < Generic def initialize - super("This site does not have a rules file, which is required for nanoc sites.") + super('This site does not have a rules file, which is required for nanoc sites.') end end # Error that is raised when no compilation rule that can be applied to the