mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[digital ocean|compute] pass '1' instead of true for scrub
see also: cb95e27c8a (commitcomment-4959542)
This commit is contained in:
parent
33caab1f41
commit
4d8d0b00f5
1 changed files with 1 additions and 1 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 => true,},
|
||||
:query => {:scrub_data => '1' },
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue