Skip to content

Commit

Permalink
#13 typo in dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 13, 2014
1 parent 1242b80 commit 319ee86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/pdd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def render(puzzle, xml)

def sanitize(xml)
xsd = Nokogiri::XML::Schema(
File.read(File.join(File.dirname(__FILE__), '../asserts/puzzles.xsd'))
File.read(File.join(File.dirname(__FILE__), '../assets/puzzles.xsd'))
)
errors = xsd.validate(Nokogiri::XML(xml)).map { |error| error.message }
errors.each { |e| PDD.log.error e }
Expand Down

0 comments on commit 319ee86

Please sign in to comment.