Skip to content

Commit

Permalink
Merge pull request #307 from KohlsTechnology/fix-disk-auto-delete
Browse files Browse the repository at this point in the history
Fix compute disk auto delete hash key
  • Loading branch information
icco authored Mar 5, 2018
2 parents 4ea7a1c + d8ffa64 commit c42060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/compute/google/models/disk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def attached_disk_obj(opts = {})

def get_as_boot_disk(writable = true, auto_delete = false)
{
:autoDelete => auto_delete,
:auto_delete => auto_delete,
:boot => true,
:source => self_link,
:mode => writable ? "READ_WRITE" : "READ_ONLY",
Expand Down

0 comments on commit c42060f

Please sign in to comment.