We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474363d commit 9ea9399Copy full SHA for 9ea9399
drivers/virtualbox/misc.go
@@ -11,7 +11,7 @@ import (
11
"github.com/docker/machine/libmachine/ssh"
12
)
13
14
-// B2DUpdater describes the interactions with bd2.
+// B2DUpdater describes the interactions with b2d.
15
type B2DUpdater interface {
16
UpdateISOCache(storePath, isoURL string) error
17
CopyIsoToMachineDir(storePath, machineName, isoURL string) error
0 commit comments