Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 8a87809

Browse files
committed
commands/create: Use ../lambda-machine-local/commands/mcndirs
1 parent 3fd72cc commit 8a87809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"time"
1616

1717
"github.com/codegangsta/cli"
18-
"github.com/docker/machine/commands/mcndirs"
1918
"github.com/docker/machine/libmachine"
2019
"github.com/docker/machine/libmachine/auth"
2120
"github.com/docker/machine/libmachine/crashreport"
@@ -27,6 +26,7 @@ import (
2726
"github.com/docker/machine/libmachine/mcnerror"
2827
"github.com/docker/machine/libmachine/mcnflag"
2928
"github.com/docker/machine/libmachine/swarm"
29+
"github.com/lambda-linux/lambda-machine-local/commands/mcndirs"
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)