Not sure if I'm missing something here, but rake did not work.

This commit is contained in:
Dylan Egan 2011-06-20 15:22:10 -07:00
parent 436ad75ad7
commit 59fc86a57c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
require 'rubygems'
require 'bundler/setup'
require 'date'
require 'lib/fog'
require File.dirname(__FILE__) + '/lib/fog'
#############################################################################
#
@ -340,4 +340,4 @@ def redirecter(path)
</body>
</html>
HTML
end
end