]> git.cworth.org Git - sup/commitdiff
fix Rakefile library loading
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 20 May 2007 17:30:46 +0000 (17:30 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 20 May 2007 17:30:46 +0000 (17:30 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@402 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Rakefile

index 993caafbfbb87f6e972c07e321e474d7ebc2fe9d..176031d4c1f61d53dae7db679f4edd4b9415a19e 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@
 
 require 'rubygems'
 require 'hoe'
-require './lib/sup.rb'
+require 'sup'
 
 class Hoe
   def extra_deps; @extra_deps.reject { |x| Array(x).first == "hoe" } end