Skip to content

Commit

Permalink
[merb-core] Fixed link to extlib in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Oct 26, 2009
1 parent a6014ac commit 5fc01fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merb-core/lib/merb-core/core_ext.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
begin
require "extlib"
rescue LoadError => e
puts "Merb-core 0.9.4 and later uses extlib for Ruby core class extensions. Install it from github.com/sam/extlib."
puts "Merb-core 0.9.4 and later uses extlib for Ruby core class extensions. Install it from github.com/datamapper/extlib."
exit
end

Expand Down

0 comments on commit 5fc01fc

Please sign in to comment.