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

Commit c3c0726

Browse files
committed
commands/mcndirs: Change BaseDir default to .docker/lambda-machine-local
1 parent 6d0cd59 commit c3c0726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/mcndirs/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var (
1313

1414
func GetBaseDir() string {
1515
if BaseDir == "" {
16-
BaseDir = filepath.Join(mcnutils.GetHomeDir(), ".docker", "machine")
16+
BaseDir = filepath.Join(mcnutils.GetHomeDir(), ".docker", "lambda-machine-local")
1717
}
1818
return BaseDir
1919
}

0 commit comments

Comments
 (0)