1
0
Fork 0
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:
geemus 2013-12-30 18:54:02 -06:00
parent 33caab1f41
commit 4d8d0b00f5

View file

@ -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