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

dxcli-863 versions error from fog call

This commit is contained in:
howete 2013-06-07 13:52:39 -06:00 committed by Rupak Ganguly
parent 15467474c2
commit b761e49012

View file

@ -7,8 +7,7 @@ module Fog
request(
:expects => [200, 204],
:method => 'GET',
:path => "",
:version => true
:path => ""
)
end
end