Merge pull request #6080 from thedrow/patch-1

builder/qemu: Avoid warning when using raw format
pull/6084/head
Matthew Hooker 8 years ago committed by GitHub
commit 2207255d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ func (s *stepResizeDisk) Run(_ context.Context, state multistep.StateBag) multis
command := []string{
"resize",
"-f", config.Format,
path,
fmt.Sprintf("%vM", config.DiskSize),
}

Loading…
Cancel
Save