1
0
mirror of https://github.com/gryf/boxpy.git synced 2026-04-27 14:43:56 +02:00

Fix typo in message.

This commit is contained in:
2022-04-22 07:53:04 +02:00
parent 20120d898a
commit ed25a0d208
+1 -1
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()