From 963932699ec96335d54cf26eedb0bb723863958e Mon Sep 17 00:00:00 2001 From: Ali Rizvi-Santiago Date: Mon, 11 Jun 2018 18:02:52 -0500 Subject: [PATCH] Remove a stray tab that resulted from poor usage of Github's file editor. That's what I get for not making a proper branch... --- builder/virtualbox/iso/step_attach_iso.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/iso/step_attach_iso.go b/builder/virtualbox/iso/step_attach_iso.go index 928a76761..94bdc7a2f 100644 --- a/builder/virtualbox/iso/step_attach_iso.go +++ b/builder/virtualbox/iso/step_attach_iso.go @@ -43,7 +43,7 @@ func (s *stepAttachISO) Run(_ context.Context, state multistep.StateBag) multist return multistep.ActionHalt } isoPath = resolvedIsoPath - + // Attach the disk to the controller command := []string{ "storageattach", vmName,