Remove check/requirement for target_snapshot

pull/8004/head
Brian Fox 7 years ago
parent 316a30b31d
commit 47c027e5c8

@ -97,11 +97,6 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
fmt.Errorf("vm_name is required"))
}
if c.TargetSnapshot == "" {
errs = packer.MultiErrorAppend(errs,
fmt.Errorf("target_snapshot is required"))
}
validMode := false
validModes := []string{
vboxcommon.GuestAdditionsModeDisable,

Loading…
Cancel
Save