mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
dont bother with a targetpath for the vbox additions; use a hash like everything else
This commit is contained in:
parent
67dddeee9f
commit
02399f32f6
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ func (s *StepDownloadGuestAdditions) downloadAdditionsSHA256(ctx context.Context
|
|||
downStep := &common.StepDownload{
|
||||
Description: "Guest additions checksums",
|
||||
ResultKey: "guest_additions_checksums_path",
|
||||
TargetPath: checksumsFile.Name(),
|
||||
Url: []string{checksumsUrl},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue