Change expected extension

This commit is contained in:
Bob Mottram 2016-01-17 22:08:54 +00:00
parent 89fa492e10
commit b30bf6b03d
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ if [ ! "$?" = "0" ]; then
exit 1
fi
EXPECTED_EXTENSION='img'
EXPECTED_EXTENSION='xz'
if [[ $IMAGE_TYPE == "qemu"* ]]; then
EXPECTED_EXTENSION='qcow2'
fi