mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-15 03:57:06 -04:00
Small doc fixes.
This commit is contained in:
parent
bade17edef
commit
0dd6fcfa47
1 changed files with 1 additions and 3 deletions
|
|
@ -6,11 +6,9 @@ import (
|
|||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
||||
// This step compacts the virtual disk for the VM. If "compact_disk" is not
|
||||
// true, it will immediately return.
|
||||
// This step compacts the virtual disk for the VM.
|
||||
//
|
||||
// Uses:
|
||||
// config *config
|
||||
// driver Driver
|
||||
// ui packer.Ui
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue