Fix typo in hack/vm.py

This commit is contained in:
fnux 2020-01-28 13:45:20 +01:00
parent 1758629ca1
commit e2cd44826b
1 changed files with 1 additions and 1 deletions

View File

@ -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