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.
../lambda-machine-local/commands/mcndirs
1 parent 321d8c1 commit dcdd74cCopy full SHA for dcdd74c
1 file changed
commands/create.go
@@ -15,7 +15,6 @@ import (
15
"time"
16
17
"github.com/codegangsta/cli"
18
- "github.com/docker/machine/commands/mcndirs"
19
"github.com/docker/machine/libmachine"
20
"github.com/docker/machine/libmachine/auth"
21
"github.com/docker/machine/libmachine/crashreport"
@@ -27,6 +26,7 @@ import (
27
26
"github.com/docker/machine/libmachine/mcnerror"
28
"github.com/docker/machine/libmachine/mcnflag"
29
"github.com/docker/machine/libmachine/swarm"
+ "github.com/lambda-linux/lambda-machine-local/commands/mcndirs"
30
)
31
32
var (
0 commit comments