mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix typos that make ruby 1.8 break
This commit is contained in:
parent
958c428a20
commit
fdedb5d00e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ module Fog
|
|||
:method => 'GET',
|
||||
:path => "droplets/#{id}/destroy",
|
||||
# We scrub data so future users can't read our disks.
|
||||
:query => {:scrub_data => '1' },
|
||||
:query => {:scrub_data => '1' }
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ module Fog
|
|||
result = self.build_result(
|
||||
api_method,
|
||||
parameters,
|
||||
body_object=body_object,
|
||||
body_object=body_object
|
||||
)
|
||||
response = self.build_response(result)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue