From 8e86308cb4dc1c3078e588419017834ec526423b Mon Sep 17 00:00:00 2001 From: Isa Date: Thu, 23 Jun 2016 10:09:43 -0700 Subject: [PATCH] don't use invalid -q flag for qemu-img fix lacking coma --- builder/qemu/step_convert_disk.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/qemu/step_convert_disk.go b/builder/qemu/step_convert_disk.go index dcf5e97de..6044388d5 100644 --- a/builder/qemu/step_convert_disk.go +++ b/builder/qemu/step_convert_disk.go @@ -31,7 +31,6 @@ func (s *stepConvertDisk) Run(state multistep.StateBag) multistep.StepAction { command := []string{ "convert", - "-q", } if config.DiskCompression {