From 02399f32f6b487494070ad12a2ffcea182f0e9f8 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 15 Aug 2019 15:10:25 -0700 Subject: [PATCH] dont bother with a targetpath for the vbox additions; use a hash like everything else --- builder/virtualbox/common/step_download_guest_additions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/virtualbox/common/step_download_guest_additions.go b/builder/virtualbox/common/step_download_guest_additions.go index 2ffc15b2c..77c7b733d 100644 --- a/builder/virtualbox/common/step_download_guest_additions.go +++ b/builder/virtualbox/common/step_download_guest_additions.go @@ -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}, }