Fix typo in hack/vm.py
This commit is contained in:
parent
1758629ca1
commit
e2cd44826b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
#
|
#
|
||||||
# Stop a VM:
|
# Stop a VM:
|
||||||
# `uncloud hack --hackprefix /tmp/hackcloud --destroy-vm --uuid my-vm-uuid`
|
# `uncloud hack --hackprefix /tmp/hackcloud --destroy-vm --uuid my-vm-uuid`
|
||||||
``
|
# ``
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import uuid
|
import uuid
|
||||||
|
|
Loading…
Reference in a new issue