Skip to content

Commit

Permalink
Not sure if I'm missing something here, but rake did not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanegan committed Jun 20, 2011
1 parent 436ad75 commit 59fc86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,7 +1,7 @@
require 'rubygems' require 'rubygems'
require 'bundler/setup' require 'bundler/setup'
require 'date' require 'date'
require 'lib/fog' require File.dirname(__FILE__) + '/lib/fog'


############################################################################# #############################################################################
# #
Expand Down Expand Up @@ -340,4 +340,4 @@ def redirecter(path)
</body> </body>
</html> </html>
HTML HTML
end end

0 comments on commit 59fc86a

Please sign in to comment.