Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
updated to reflect change of method on EpubValidtor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cook committed Nov 1, 2011
1 parent ea4a5d5 commit 846b94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/epub_validator
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ command = args.shift.strip rescue 'help'
#EpubValidator::Command.run(command, args)

puts "Checking...."
ev = EpubValidator.check_file(command)
puts ev.message
ev = EpubValidator.run(command)
puts ev

0 comments on commit 846b94e

Please sign in to comment.