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

fix aws bin loading

This commit is contained in:
geemus 2010-09-23 16:35:30 -07:00
parent a4b4e1ffd9
commit 1ff62d60d3

View file

@ -32,7 +32,7 @@ class AWS < Fog::Bin
end
def services
[:compute, :elb, :simpledb, :storage]
[:compute, :elb, :sdb, :storage]
end
end