Skip to content

Commit

Permalink
Merge pull request #63 from layer5io/kumarabd/feature/temp
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
kumarabd authored Jun 5, 2021
2 parents 3a49b7d + 4285515 commit c31fb25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package config

import (
"path"

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

// Config provider
Expand Down

0 comments on commit c31fb25

Please sign in to comment.