Fix typo in Rakefile.

This commit is contained in:
Tobie Langel 2009-12-02 00:47:16 +01:00
parent 74c5d45511
commit 9d4711281d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ module PrototypeHelper
return ext_path if File.exist?(ext_path)
get_submodule('the required selector engine', "#{name}/repository")
unless File.exist?(submodule)
unless File.exist?(submodule_path)
puts "The selector engine you required isn't available at vendor/#{name}.\n\n"
exit
end