mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[cdn] fix top level class/module mismatch
This commit is contained in:
parent
0ba26b681e
commit
2e533561a9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Fog
|
||||
class CDN
|
||||
module CDN
|
||||
|
||||
def self.[](provider)
|
||||
self.new(:provider => provider)
|
||||
|
|
Loading…
Reference in a new issue