mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix spelling
This commit is contained in:
parent
e1946fcb68
commit
bd4cf250a2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class VirtualBoxImage(Image):
|
|||
def open(self):
|
||||
log.debug('Opening vbox medium `{path}\''.format(path=self.image_path))
|
||||
self.medium = self.vbox.open_medium(self.image_path, # location
|
||||
vboxapi.library.DeviceType.hard_disk, # decive_type
|
||||
vboxapi.library.DeviceType.hard_disk, # device_type
|
||||
vboxapi.library.AccessMode.read_only, # access_mode
|
||||
False) # force_new_uuid
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue