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:
parent
d61bfcc5d0
commit
eb09931c2d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue