Skip to content

Commit

Permalink
Merge pull request #41 from layer5io/kumarabd/feature/model
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
kumarabd authored Feb 25, 2021
2 parents 13450b1 + dfeabd8 commit 4700a4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package config

import (
"path/filepath"

"github.com/layer5io/meshkit/config"
configprovider "github.com/layer5io/meshkit/config/provider"
"github.com/layer5io/meshkit/utils"
Expand All @@ -15,7 +13,7 @@ func New(provider string) (config.Handler, error) {
err error
)
opts := configprovider.Options{
FilePath: filepath.Join(utils.GetHome(), ".meshery"),
FilePath: utils.GetHome(),
FileType: "yaml",
FileName: "meshsync_config",
}
Expand Down

0 comments on commit 4700a4e

Please sign in to comment.