Skip to content

Commit

Permalink
Update client/config/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Sep 6, 2023
1 parent bd35e39 commit 2be03de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ func ReadFromClientConfig(ctx client.Context) (client.Context, error) {
configFilePath := filepath.Join(configPath, "client.toml")
conf := defaultClientConfig()

<<<<<<< HEAD
// if config.toml file does not exist we create it and write default ClientConfig values into it.
=======
// when client.toml does not exist create and init with default values
>>>>>>> 01b8be0c8 (fix: typo in comment (#17635))
if _, err := os.Stat(configFilePath); os.IsNotExist(err) {
if err := ensureConfigPath(configPath); err != nil {
return ctx, fmt.Errorf("couldn't make client config: %v", err)
Expand Down

0 comments on commit 2be03de

Please sign in to comment.