Skip to content

Commit

Permalink
Issue #33 - add_disks_to_vm - correct :thinProvisioned to :thin_provi…
Browse files Browse the repository at this point in the history
…sioned
  • Loading branch information
itewk committed Nov 1, 2017
1 parent 0edb8ce commit d84e5e4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ def automate_retry(seconds, reason)
nil, # API want's this to be nil, why it asks for it is unknown....
size_mb,
{
:thinProvisioned => thin_provisioned,
:dependent => dependent,
:persistent => persistent,
:bootable => bootable
:thin_provisioned => thin_provisioned,
:dependent => dependent,
:persistent => persistent,
:bootable => bootable
}
)
end
Expand Down

0 comments on commit d84e5e4

Please sign in to comment.