Merge pull request #3649 from curiositycasualty/if/issue-3592

Don't use invalid -q flag for qemu-img
This commit is contained in:
Chris Bednarski 2016-06-28 16:13:40 -07:00 committed by GitHub
commit a65ff1db79
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ func (s *stepConvertDisk) Run(state multistep.StateBag) multistep.StepAction {
command := []string{
"convert",
"-q",
}
if config.DiskCompression {