Added a missing reference to the "path/filepath" module.

Lol. Dammit.
This commit is contained in:
Ali Rizvi-Santiago 2018-06-11 18:07:43 -05:00 committed by GitHub
parent 963932699e
commit 47a3315fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package iso
import (
"context"
"fmt"
"path/filepath"
vboxcommon "github.com/hashicorp/packer/builder/virtualbox/common"
"github.com/hashicorp/packer/helper/multistep"