mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Not sure if I'm missing something here, but rake did not work.
This commit is contained in:
parent
436ad75ad7
commit
59fc86a57c
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
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'
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
#
|
#
|
||||||
|
@ -340,4 +340,4 @@ def redirecter(path)
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
HTML
|
HTML
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue