Merge pull request #7996 from hashicorp/fix_7925

dont bother with a targetpath for the vbox additions; use a hash like…
This commit is contained in:
Megan Marsh 2019-08-19 09:45:38 -07:00 committed by GitHub
commit 06bef2844b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ func (s *StepDownloadGuestAdditions) downloadAdditionsSHA256(ctx context.Context
downStep := &common.StepDownload{ downStep := &common.StepDownload{
Description: "Guest additions checksums", Description: "Guest additions checksums",
ResultKey: "guest_additions_checksums_path", ResultKey: "guest_additions_checksums_path",
TargetPath: checksumsFile.Name(),
Url: []string{checksumsUrl}, Url: []string{checksumsUrl},
} }