We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a1aef commit 0775568Copy full SHA for 0775568
pkg/providers/virtualbox/deploy_instance_listener.go
@@ -76,7 +76,7 @@ func (p *VirtualboxProvider) runInstanceListener(image *types.Image) (err error)
76
if err != nil {
77
return errors.New("failed creating raw data volume", err)
78
}
79
- defer os.RemoveAll(filepath.Dir(imagePath))
+ defer os.RemoveAll(imagePath)
80
createVolumeParams := types.CreateVolumeParams{
81
Name: instanceListenerData,
82
ImagePath: imagePath,
0 commit comments