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:
parent
0b4e19e48c
commit
6aa1d848eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Fog
|
|||
request(
|
||||
:expects => [204],
|
||||
:method => 'POST',
|
||||
:path => "groups/#{group_id}/resume",
|
||||
:path => "groups/#{group_id}/resume"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue