1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

bin should require the new credentials file

This commit is contained in:
geemus (Wesley Beary) 2010-04-03 00:29:42 -07:00
parent d61bfcc5d0
commit eb09931c2d

View file

@ -1,3 +1,5 @@
require File.join(File.dirname(__FILE__), 'credentials')
module Fog
class << self
@ -36,4 +38,4 @@ module Fog
end
end
end
end