summaryrefslogtreecommitdiffstats
path: root/scripts/qemucommand.py
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2018-10-25 17:31:34 +0200
committerGitHub <noreply@github.com>2018-10-25 17:31:34 +0200
commitd2ca4d8b48a88570b612154703562b55b55ce0ca (patch)
tree383a4b7e1ef89e777c334cbb03e9b4f11e56bb49 /scripts/qemucommand.py
parentce96109093527808be935313cde400973862e2de (diff)
parentf07be1805cc22b5428ff529b705731360b485d06 (diff)
downloadmeta-updater-d2ca4d8b48a88570b612154703562b55b55ce0ca.tar.gz
Merge pull request #410 from agners/use-imgdeploydir
Use IMGDEPLOYDIR
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r--scripts/qemucommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index 86362f7..4abfd4e 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -6,7 +6,7 @@ from subprocess import check_output, CalledProcessError
6 6
7EXTENSIONS = { 7EXTENSIONS = {
8 'intel-corei7-64': 'wic', 8 'intel-corei7-64': 'wic',
9 'qemux86-64': 'otaimg' 9 'qemux86-64': 'ota-ext4'
10} 10}
11 11
12 12