mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix typo.
This commit is contained in:
parent
942cc09eda
commit
bf38a8515e
@ -94,7 +94,7 @@ class VirtualBox(BaseManager):
|
||||
if not vboxmanage_path:
|
||||
vboxmanage_path = self.find_vboxmanage()
|
||||
if not vboxmanage_path:
|
||||
raise VirtualBoxError("Could not found VBoxManage")
|
||||
raise VirtualBoxError("Could not find VBoxManage")
|
||||
|
||||
command = [vboxmanage_path, "--nologo", subcommand]
|
||||
command.extend(args)
|
||||
|
Loading…
Reference in New Issue
Block a user