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

[rackspace|auto_scale] tweaking syntax for ruby 1.8.7

This commit is contained in:
Kyle Rames 2013-10-03 13:19:22 -05:00
parent 0b4e19e48c
commit 6aa1d848eb

View file

@ -7,7 +7,7 @@ module Fog
request(
:expects => [204],
:method => 'POST',
:path => "groups/#{group_id}/resume",
:path => "groups/#{group_id}/resume"
)
end
end