Added a missing reference to the "path/filepath" module.
Lol. Dammit.
This commit is contained in:
parent
963932699e
commit
47a3315fde
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue