Skip to content

Commit

Permalink
Merge pull request #1919 from aaron-prindle/add-files-dir
Browse files Browse the repository at this point in the history
add files dir creation
  • Loading branch information
aaron-prindle authored Sep 6, 2017
2 parents 0e6e930 + cdddafa commit 0f975dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minikube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var dirs = [...]string{
constants.MakeMiniPath("cache", "localkube"),
constants.MakeMiniPath("config"),
constants.MakeMiniPath("addons"),
constants.MakeMiniPath("files"),
constants.MakeMiniPath("logs"),
}

Expand Down

0 comments on commit 0f975dd

Please sign in to comment.