aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 18:11:37 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 18:11:37 -0700
commit02930ef59397f6756e0c353add57927e2f42f632 (patch)
tree8c536e6404f0a449eb425be9b10f078aa903bec5
parentba9cc52eff08c0c260d2752d3e5e9a8221ccb8fd (diff)
downloadPortableVM-02930ef59397f6756e0c353add57927e2f42f632.tar
PortableVM-02930ef59397f6756e0c353add57927e2f42f632.tar.gz
PortableVM-02930ef59397f6756e0c353add57927e2f42f632.tar.bz2
PortableVM-02930ef59397f6756e0c353add57927e2f42f632.zip
fix: fix command name
-rw-r--r--VM.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/VM.lua b/VM.lua
index 950f7e2..6746b13 100644
--- a/VM.lua
+++ b/VM.lua
@@ -10,7 +10,7 @@ function VMUtils.boot(command)
end
function VMUtils.commit(snap)
- return mUtils.exec("qemu-imga commit -p " .. snap)
+ return mUtils.exec("qemu-img commit -p " .. snap)
end
function VMUtils.isSnapExist(snap)