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

Commit cdbc194

Browse files
committed
commands/env: Use ../lambda-machine-local/commands/mcndirs
1 parent a627d43 commit cdbc194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import (
99
"strings"
1010
"text/template"
1111

12-
"github.com/docker/machine/commands/mcndirs"
1312
"github.com/docker/machine/libmachine"
1413
"github.com/docker/machine/libmachine/check"
1514
"github.com/docker/machine/libmachine/log"
1615
"github.com/docker/machine/libmachine/shell"
16+
"github.com/lambda-linux/lambda-machine-local/commands/mcndirs"
1717
)
1818

1919
const (

0 commit comments

Comments
 (0)