1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 21:10:17 +01:00

Fix typo in message.

This commit is contained in:
2022-04-22 07:53:04 +02:00
parent 20120d898a
commit ed25a0d208

2
box.py
View File

@@ -1208,7 +1208,7 @@ def vmcreate(args, conf=None):
Run(cmd).stdout)
except KeyboardInterrupt:
LOG.warning('\nIterrupted, cleaning up')
LOG.warning('\nInterrupted, cleaning up')
iso.cleanup()
image.cleanup()
vbox.destroy()